Checkbox field does not work in the tracker plugin (TW5.0Beta1)
- Status
- Closed
- Subject
- Checkbox field does not work in the tracker plugin (TW5.0Beta1)
- Version
- 5.x
- Category
- Error
- Feature
- Trackers
- Submitted by
- Gergely
- Lastmod by
- Pascal St-Jean
- Rating
- Description
Created a tracker and a checkbox field in it next to some other fields.
Set appropriate permissions.
When submitting the form, the checkbox is always unchanged.relevant html source fragment:
</table> <div class="input_submit_container">
<form enctype="multipart/form-data" method="post" action="/tikiwiki-5.0.Beta1/tiki-index.php?page=Test&itemId=3">
<input type="hidden" name="trackit" value="3" />
<input type="hidden" name="iTRACKER" value="1" />
<input type="hidden" name="refresh" value="1" />
<input type="hidden" name="page" value="Test" /> <table class="wikiplugin_tracker"> <tr><td>Name</td><td> <input type="text" id="track_55" name="track55" size="80" maxlength="80" value="My name is XY" /></td></tr> <tr><td>Check this to confirm</td><td> <input type="checkbox" name="track72" checked="checked"/></td></tr><input class='button submit' type='submit' name='action' value='Confirm' />
</div></form>
_REQUEST:
track55 is available, while track72 is notused Firefox 3.6.6
- Solution
- tried adding value="y" and value="n" to the checkbox input, but these did not help
- Workaround
- the radio button works fine
- Importance
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 3468
- Created
- Saturday 03 July, 2010 13:51:20 UTC
by Gergely - LastModif
- Thursday 21 November, 2013 17:34:01 UTC