[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:53:20 PDT 2013


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





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

> Source/WebCore/page/SpatialNavigation.cpp:272
> +    bool pariallyIntersects = (curRect.intersects(targetRect) && !curRect.contains(targetRect) && !targetRect.contains(curRect));

'Overlap' reads better.

> LayoutTests/fast/spatial-navigation/snav-z-index.html:90
> +Spatial Navigation should prefer focusable elements with absolute positioning over other elements if both elements visible area completely intersects each other.

I would replace 'absolute positioning' with higher z-index.

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