[webkit-reviews] review requested: [Bug 27099] Elements with display none still gets focus and take part in the tab order : [Attachment 35239] Checks renderer() in Node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 16:21:16 PDT 2009


Erik Arvidsson <arv at chromium.org> has asked Eric Seidel <eric at webkit.org> for
review:
Bug 27099: Elements with display none still gets focus and take part in the tab
order
https://bugs.webkit.org/show_bug.cgi?id=27099

Attachment 35239: Checks renderer() in Node
https://bugs.webkit.org/attachment.cgi?id=35239&action=review

------- Additional Comments from Erik Arvidsson <arv at chromium.org>
This also makes option and optgroup not focusable. They were troublesome since
they don't have a renderer and since they aren't focusable in IE and it makes
little sense to focus them I just made them return false.


More information about the webkit-reviews mailing list