[Webkit-unassigned] [Bug 33983] Setting HTMLSelectElement.length to remove elements is broken if the page has (or ever had) DOM mutation events registered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 16:00:48 PST 2010


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





--- Comment #8 from James Robinson <jamesr at chromium.org>  2010-01-27 16:00:48 PST ---
The DOM level 3 events spec (which covers mutation events) is a bit
disappointing as to what should happen here.  In particular, it says:

Many single modifications of the tree can cause multiple mutation events to be
dispatched. Rather than attempt to specify the ordering of mutation events due
to every possible modification of the tree, the ordering of these events is
left to the implementation.

http://www.w3.org/TR/DOM-Level-3-Events/#events-mutationevents

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