[webkit-reviews] review requested: [Bug 27099] Elements with display none still gets focus and take part in the tab order : [Attachment 38648] This adds an assert that the layout is up to date.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 17:05:09 PDT 2009


Erik Arvidsson <arv at chromium.org> has asked  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 38648: This adds an assert that the layout is up to date.
https://bugs.webkit.org/attachment.cgi?id=38648&action=review

------- Additional Comments from Erik Arvidsson <arv at chromium.org>
The assert found a code path where the layout was not up to date. When the user
clicks somewhere we need to ensure layout is up to date before checking
isFocusable as well.


More information about the webkit-reviews mailing list