[Webkit-unassigned] [Bug 97229] Spatial navigation is not working for anchor with inline div with inline img

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 10:23:29 PDT 2013


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


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

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




--- Comment #13 from Abhijeet Kandalkar <kandalkar.abhijeet58 at gmail.com>  2013-08-21 10:22:58 PST ---
Created an attachment (id=209283)
 --> (https://bugs.webkit.org/attachment.cgi?id=209283&action=review)
Patch 1

Spatial navigation considered only clipped rectangle or bounding box of a node to calculate the best candidate node.
But in case of inline elements with blocks as children clipped rectangle or bounding box value is not useful,
We need the complete bounding box of such elements to decide best candidate node.

However in some use cases clipped rectangle value is more appropriate while in other absolute bounding box should be considered.
Patch considered inline with blocks as children’s as special case and use absolute reactance to decide best candidate node

-- 
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