[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
Wed Mar 21 02:55:26 PDT 2012


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





--- Comment #39 from Kaustubh Atrawalkar <kaustubh at motorola.com>  2012-03-21 02:55:26 PST ---
(In reply to comment #38)
> I think I got your point. This comment is for the second last patch:
> We can just have two separate activeElement() implementation.
> one is for ShadowRoot and another is for Document (or HTMLDocument.)
> Since the hard part is done in focusedNode(), such duplication will be fine.

Ok, so to brief here is what it will be - Move HTMLDocument::activeElement() imlpementation to Document so that it can share the code between blur()
 & ShadowRoot will have separate activeElement implementation. Remove treeScope::activeElement().

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