[Webkit-unassigned] [Bug 19213] New: elements with tabIndex -1 still focusable through mouse click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 23 04:45:21 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19213

           Summary: elements with tabIndex -1 still focusable through mouse
                    click
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jl at bindows.net


Try the following html:

<html>
<head>
<title>Test</title>
</head>
<body>
<div tabIndex="-1">File</div>
</body>
</html>

It is impossible to tab to the element (as it should be) but I can still focus
on it by left clicking with the mouse.


-- 
Configure bugmail: http://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