[Webkit-unassigned] [Bug 101627] REGRESSION (r125239): classList contains() doesn't work after remove() was called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 13:09:41 PST 2012


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


Erik Arvidsson <arv at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |arv at chromium.org
                   |kit.org                     |
                 CC|                            |ojan at chromium.org




--- Comment #1 from Erik Arvidsson <arv at chromium.org>  2012-11-08 13:11:17 PST ---
This happens when an element is moved from a standards mode document to a quirks mode document since the internal list of class names now needs to be handled by the ClassList.

We need to verify that ClassList::classNames returns an up to date SpaceSplitString.

Is this really a regression? I'm surprised this ever worked.

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