[Webkit-unassigned] [Bug 52740] When a node is moved between documents, EventHandler should be purged of any mention of it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 14:06:56 PST 2011


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





--- Comment #1 from Darin Adler <darin at apple.com>  2011-01-19 14:06:56 PST ---
There may be a way to do this at some other level then moving between documents and cover more potential problems. For example, I’m not sure the event handler should continue tracking a node if it’s not rendered any more or not in the document tree any more.

On the other hand, doing this at some other level could be risky, so maybe we should stick to doing it at the “move between documents” level.

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