[Webkit-unassigned] [Bug 10541] REGRESSION: The text on a button sometimes shows up as the text of another button on the same page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 17 14:32:23 PST 2006


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





------- Comment #6 from mitz at webkit.org  2006-11-17 14:32 PDT -------
I think the problem is that Document's m_formElementsWithState is a hash set,
and as such its iterator is undeterministic. This makes the order in the result
of Document::formElementsState() arbitrary for same-named, same-typed controls,
so it doesn't necessarily match registration order.

Radio buttons are especially susceptible since typically there are multiple
radio buttons with the same name. They have unique values, but value isn't part
of the saved state for radio buttons!


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