[Webkit-unassigned] [Bug 86707] document.activeElement should not return a non-focusable element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 27 02:38:11 PDT 2012


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|document.activeElement      |document.activeElement
                   |should not return an        |should not return a
                   |element not in the document |non-focusable element
                   |tree                        |




--- Comment #10 from Kent Tamura <tkent at chromium.org>  2012-06-27 02:38:09 PST ---
(In reply to comment #7)
> > No, r121079 is unrelated to this.
> 
> The TreeScope.cpp change [in TreeScope::focusedNode()] seems to fix this issue as well.
> document.activeElement (for this particular issue) now returns HTMLBodyElement instead of HTMLInputElement.

Ok, r121079 is related to this, but it just hid a particular case of this bug.  I'm changing the bug title to cover other cases.

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