[Webkit-unassigned] [Bug 26856] AnchorElement, ButtonElement, InputButton and Document should fire focus event when it is clicked.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 14:47:25 PDT 2009


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


Erik Arvidsson <arv at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40659|review?                     |review-
               Flag|                            |




--- Comment #2 from Erik Arvidsson <arv at chromium.org>  2009-10-05 14:47:25 PDT ---
(From update of attachment 40659)
Although this patch gives the right behavior I think we need to be a bit
careful here.

With this patch links gets the focus outline when the user clicks them. This is
correct when it comes to CSS because we have something like :link:focus {
outline: ...}. However, I doubt that we want this heavy visual clutter on links
by default.

You can remove isMouseFocusable from HTMLAnchorElement now since all it does is
call super.

Also, you need to include a layout test with your patch.

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