Say, you have a form with an
edit
action and you pass in default values for
formfields.
Something like this:
<form action=".../edit/..."
...
<input type="hidden" name="SomeCheckBoxField" value="Value1, Value2" />
...
When you have a field of type checkbox the default values can be a comma
separated list. Each value is then checked.
This does not work anylonger since TW's checkin r12420 that tries to
fix
Item2650 (Store checkbox items in order of form definition.)
The code does not treat the values a potential comma separated
list of values.
Reverting the change. TW, please try again.
This bug was introduced in the current dev cycle to TWiki-4.1.
I reopen
Item2650 and close this one.
MD