Closed
Bug 499924
Opened 16 years ago
Closed 14 years ago
ending tab character in checkbox input value are lost during the submit
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mr, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-12-01])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
ending tab character in checkbox input value is lost during the submit. For example:
<input type="checkbox" name="MainControlSubView_ABCEditPickLists$SelectingList" id="MainControlSubView_ABCEditPickLists$SelectingList" value="Tillerson Mr Rex Tillerson " onclick="__doPostBack('MainControlSubView_ABCEditPickLists$SelectingList','');">
On submit, the serveur receives this: "Tillerson Mr Rex Tillerson" (the 3 tabs at the end are lost).
Reproducible: Always
Steps to Reproduce:
1.See the control above
2.
3.
Actual Results:
No ending tab received
Expected Results:
Ending tab should be transmitted to the server (seems to work on ie and safari)
Comment 1•14 years ago
|
||
Reporter, please retest with Firefox 3.6.12 or later in a fresh profile (http://support.mozilla.com/kb/Managing+profiles). Also update your plugins (flash, adobe reader, java, quicktime, silverlight, etc/) Go to the developer's website and download the latest version from there.
Whiteboard: [CLOSEME 2010-12-01]
Comment 2•14 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•