[Webkit-unassigned] [Bug 119468] [Spatial Navigation] : should prefer focusable elements with absolute positioning over other elements if both elements visible area completely intersects each other.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 05:54:36 PDT 2013


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





--- Comment #7 from Antonio Gomes <tonikitoo at webkit.org>  2013-08-05 05:54:17 PST ---
(From update of attachment 208088)
View in context: https://bugs.webkit.org/attachment.cgi?id=208088&action=review

> Source/WebCore/page/FocusController.cpp:737
> +        if (candidate.rect.contains(closest.rect) || closest.rect.contains(candidate.rect)) {

could you explain this new 'if'?

> Source/WebCore/page/SpatialNavigation.cpp:275
> +        return pariallyIntersects ? (targetRect.x() < curRect.x()): (targetRect.maxX() <= curRect.x());

could you explain these new conditions?

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