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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 14:36:08 PDT 2011


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





--- Comment #3 from Yael <yael.aharon at nokia.com>  2011-04-21 14:36:08 PST ---
(In reply to comment #2)
> (From update of attachment 90576 [details])
> 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.

Right, I was a bit too quick :)
I'll rework this patch.

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