[Webkit-unassigned] [Bug 59128] HTMLFormControlElement should not cache its labels list.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 13:12:21 PDT 2011


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90576|review?                     |review-
               Flag|                            |




--- Comment #2 from Sam Weinig <sam at webkit.org>  2011-04-21 13:12:21 PST ---
(From update of attachment 90576)
This leaves the node list cache in NodeRareData.  I am also not sure we don't want to cache this value.  Consider the following test.

inputElement.labels.customProperty = 1;
alert(inputElement.labels.customProperty);

That should probably work, but probably won't with this patch or the current code.

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