[webkit-reviews] review requested: [Bug 97229] Spatial navigation is not working for anchor with inline div with inline img : [Attachment 209283] Patch 1

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


Abhijeet Kandalkar <kandalkar.abhijeet58 at gmail.com> has asked  for review:
Bug 97229: Spatial navigation is not working for anchor with inline div with
inline img
https://bugs.webkit.org/show_bug.cgi?id=97229

Attachment 209283: Patch 1
https://bugs.webkit.org/attachment.cgi?id=209283&action=review

------- Additional Comments from Abhijeet Kandalkar
<kandalkar.abhijeet58 at gmail.com>
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


More information about the webkit-reviews mailing list