[webkit-reviews] review denied: [Bug 27099] Elements with display none still gets focus and take part in the tab order : [Attachment 34159] Use renderStyle display in Element::isFocusable instead

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 12:49:25 PDT 2009


Darin Adler <darin at apple.com> has denied Erik Arvidsson <arv at chromium.org>'s
request 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 34159: Use renderStyle display in Element::isFocusable instead
https://bugs.webkit.org/attachment.cgi?id=34159&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
This doesn't look right to me. One of the best ways to "check" for display:
none is to check if there is a renderer, and that can be done at the Node level
by checking renderer().


More information about the webkit-reviews mailing list