[Webkit-unassigned] [Bug 33383] REGRESSION (r52082): Missing event handlers on JQuery demo page (33383)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 15:59:07 PST 2010


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





--- Comment #11 from Geoffrey Garen <ggaren at apple.com>  2010-01-26 15:59:06 PST ---
The listener disappears because of a call to invalidateEventListeners() by the
JSNode destructor.

So the bug here is either:

(a) A wrapper for a DOM node is garbage collected even though the node is in
the document and has a registered event listener.

OR

(b) A wrapper for a DOM node invalidate's the node's listeners, even though the
wrapper is stale and another wrapper is keeping the node and its listeners
alive.

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