[Webkit-unassigned] [Bug 32580] JS Event listeners should not call Document::updateStyleForAllDocuments()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 16:49:54 PST 2009


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





--- Comment #7 from James Robinson <jamesr at chromium.org>  2009-12-16 16:49:53 PST ---
https://bugs.webkit.org/show_bug.cgi?id=32641 is one case where this patch
could cause a regression.  This patch only removes the call from the individual
dispatches - i.e. between multiple event handlers on the same event, so it
doesn't cause a layout test regression currently.  However, the logical next
thing to do is to remove the call from Node::dispatchGenericEvent which would
break fast/forms/HTMLOptionElement-selected.html.

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