[Webkit-unassigned] [Bug 117265] Spatial Navigation should avoid unwanted calculation while deciding focus candidate.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 22:58:38 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117265


Abhijeet Kandalkar <kandalkar.abhijeet58 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #203905|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Abhijeet Kandalkar <kandalkar.abhijeet58 at gmail.com>  2013-06-05 22:57:09 PST ---
Created an attachment (id=203905)
 --> (https://bugs.webkit.org/attachment.cgi?id=203905&action=review)
117265.patch 

Spatial Navigation should consider only those nodes as candidate which are exactly in the focus-direction.
e.g. If we are moving down then the nodes that are above CURRENT focused node should be considered as invalid.
Added isValidCandidate() which checks whether node is exactly in the focus-direction,if it is not it start iteration
with next node and avoid extra calculation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list