[Webkit-unassigned] [Bug 47170] New: Spatial Navigation: Do not mix tab index order with Spatial Navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 05:39:24 PDT 2010


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

           Summary: Spatial Navigation: Do not mix tab index order with
                    Spatial Navigation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com
                CC: tonikitoo at webkit.org
            Blocks: 39121,46905


When using Spatial Navigation, tab index order should be ignored.
This problem is mostly visible when there is no focused node, e.g. after page load. The algorithm finds the node with the lowest tab index, instead of the first focusable node.

Here is an example:
    <a href="#">I am a</a><br>
    <div tabindex=3>I have tab index</div>
    <div tabindex=2>I have tab index</div>
    <div tabindex=1>I have tab index</div>
    <div tabindex=4>I have tab index</div>

I tested with Opera, and Opera finds the first <a> element, but WebKit finds the div with tab index 1.

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