[Webkit-unassigned] [Bug 23911] Changing option fields in <SELECT> fails - SELECT gets stuck

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 13:37:07 PST 2009


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





--- Comment #5 from Eddy Nigg <eddy_nigg at startcom.org>  2009-11-17 13:37:07 PST ---
Thanks for following up. The example can be seen at
https://www.startssl.com/?app=11&action=regform

The code used is exactly as in comment 0 in particular:

stateElement.options[i]=new Option(states[i], states[i], false, false);

or a bit clearer:

element.options[1]=new Option(stringLabel, stringValue, false, false);

Incidentally I'm reading again through some JavaScript specs and it appears to
me that the last false value might not be compatible (with some versions).
Trying that right now...

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