[Webkit-unassigned] [Bug 20596] New: tabindex returns "undefined" for some elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 2 02:20:21 PDT 2008


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

           Summary: tabindex returns "undefined" for some elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fredck at fredck.com


Element.tabIndex returns "undefined" for some elements, like <div>. All other
browsers returns some value for it.

For non "focusable" elements (like div), tabIndex should return a negative
value (-1) by default (IE returns zero). For "focusable" elements (like input),
it should return zero by default

I'm attaching a TC that works well with Firefox and Opera.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list