[Webkit-unassigned] [Bug 81564] Events do not propagate in disconnected DOM trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 14:45:46 PDT 2012


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





--- Comment #1 from Adam Klein <adamk at chromium.org>  2012-03-19 14:45:46 PST ---
This seems to be due to the inDocument() check at the top of EventDispatcher::ensureEventAncestors:

http://trac.webkit.org/browser/trunk/Source/WebCore/dom/EventDispatcher.cpp#L235

It's been around a long time, dating back to when event dispatch was still in Node.cpp.

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