[Webkit-unassigned] [Bug 81102] blur() on shadow host should work when a shadow host contains a focused element in its shadow DOM subtrees.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 04:22:37 PDT 2012


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


Hajime Morrita <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #132243|1                           |0
        is obsolete|                            |




--- Comment #13 from Hajime Morrita <morrita at google.com>  2012-03-16 04:22:37 PST ---
(From update of attachment 132243)
View in context: https://bugs.webkit.org/attachment.cgi?id=132243&action=review

> Source/WebCore/dom/Element.cpp:1592
> +{

I find this method confusing. What are we are really looking for here?
Maybe what we want have is Element::nodeIsInShadowTree(Node*) or TreeScope::contains(Node*) or something.
I'm sorry that my original suggestion was wrong. But it's hard to explain...

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