[webkit-reviews] review denied: [Bug 81102] blur() on shadow host should work when a shadow host contains a focused element in its shadow DOM subtrees. : [Attachment 132554] Fixed ChangeLog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 01:36:17 PDT 2012


Hajime Morrita <morrita at google.com> has denied Kaustubh Atrawalkar
<kaustubh at motorola.com>'s request for review:
Bug 81102: blur() on shadow host should work when a shadow host contains a
focused element in its shadow DOM subtrees.
https://bugs.webkit.org/show_bug.cgi?id=81102

Attachment 132554: Fixed ChangeLog
https://bugs.webkit.org/attachment.cgi?id=132554&action=review

------- Additional Comments from Hajime Morrita <morrita at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=132554&action=review


This looks a good direction! Thanks for clarification. Could you iterate once
more?

> Source/WebCore/dom/TreeScope.cpp:188
> +Element* TreeScope::activeElement()

We can make activeElement() virtual. then we know if this is document more
clearly.


More information about the webkit-reviews mailing list