Opened 16 years ago
Closed 16 years ago
#126 closed defect (fixed)
encodeForm function submits all checkbox elements' values, even if some are not checked
Reported by: | knave | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
<input type="check" name="test" value="1" /> <input type="check" name="test" value="2" /> <input type="check" name="test" value="3" />
It will submit as "test=1,2,3" even if only one or none is not checked.
*Tested with nightly release (27/9)
Note: See
TracTickets for help on using
tickets.
In src/io/BrowserIO.js, line 49 should read:
NOT: