[Webkit-unassigned] [Bug 119468] New: [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
Sat Aug 3 11:33:29 PDT 2013


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

           Summary: [Spatial Navigation] : should prefer focusable
                    elements with absolute positioning over other elements
                    if both elements visible area completely intersects
                    each other.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kandalkar.abhijeet58 at gmail.com
                CC: darin at apple.com, mitz at webkit.org, yael at webkit.org,
                    simon.fraser at apple.com, tonikitoo at webkit.org,
                    gyuyoung.kim at samsung.com, joepeck at webkit.org,
                    cshu at webkit.org, akling at apple.com,
                    kandalkar.abhijeet58 at gmail.com


Created an attachment (id=208068)
 --> (https://bugs.webkit.org/attachment.cgi?id=208068&action=review)
Test

Steps :
1. Open attached html page :snav-z-index.html in browser.
2. Press DOWN arrow key till you reach to last focusable element s5.

Actual Results :
User not able to select the elements s2, s3, s4 although they are focusable nodes and visible to user.

Expected Results:
User should able to select the elements s2, s3, s4 since they are focusable nodes and visible to user.

If two or more focusable nodes are completely intersecting each other so that only one of them is visible to user then preference should be given to
the node on top.In case of partial intersection, user should able to select select every node visible to him.


[NOTE] : Attached snav-z-index.htm file is modified version of layout test example https://svn.webkit.org/repository/webkit/trunk/LayoutTests/fast/spatial-navigation/snav-z-index.html

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