[Webkit-unassigned] [Bug 16641] Acid3 reveals HTMLFormElement.elements fails to update when element name changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 30 23:13:45 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16641





------- Comment #1 from eric at webkit.org  2007-12-30 23:13 PDT -------
The problem is JSNamedNodesCollection.  It caches the nodes at time of
creation, and then it's not gone from the DOM cache until a GC.  Meaning if any
of the nodes change, it's stale.  We'll probably move to something more like a
NodeList.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list