Bug 45832 - REGRESSION (r53857): AREA tag with tabindex="-1" displays focus ring after multiple mouse clicks.
Summary: REGRESSION (r53857): AREA tag with tabindex="-1" displays focus ring after mu...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks: 52518
  Show dependency treegraph
 
Reported: 2010-09-15 13:49 PDT by chris fleizach
Modified: 2011-04-02 16:51 PDT (History)
6 users (show)

See Also:


Attachments
patch (7.44 KB, patch)
2010-09-15 13:53 PDT, chris fleizach
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2010-09-15 13:49:35 PDT
AREA tag with tabindex="-1" displays focus ring after multiple mouse clicks. Should not allow focus.

rdar://8143696
Comment 1 chris fleizach 2010-09-15 13:49:56 PDT
Keyboard focus behavior is correct. User cannot focus AREA by tabbing, due to the negative tabindex.
Comment 2 chris fleizach 2010-09-15 13:53:39 PDT
Created attachment 67708 [details]
patch
Comment 3 chris fleizach 2010-10-06 15:09:37 PDT
http://trac.webkit.org/changeset/69237
Comment 4 WebKit Review Bot 2010-10-06 16:54:31 PDT
http://trac.webkit.org/changeset/69237 might have broken Chromium Win Release
Comment 5 WebKit Review Bot 2010-10-06 16:55:03 PDT
http://trac.webkit.org/changeset/69242 might have broken Chromium Win Release
Comment 6 Andy Estes 2011-04-02 16:51:10 PDT
This change doesn't sound right to me. Setting tabindex to -1 means that the element shouldn't be focused during sequential navigation, but it is still allowed to be focused by the mouse [1]. If the area element has a non-zero outline-width and is clicked, I think a focus ring should be drawn. Am I missing something?

[1] http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute