#3279 closed bug (worksforme)
found a bug in datepicker
Reported by: | Owned by: | kbwood | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello, datepicker has a bug on Firefox's browser (in same version). Consider the normal html code:
<table> <form method=post>
<tr>
<td>column 1</td> <td>column 2</td> <td><input type=text id=example name=mydate></td>
</tr> <tr><td><input type=submit value=" ok "></td></tr>
</form> </table>
After submit the form, the variable 'mydate' doesn't have any value.
The datepicker not works if:
<table> <form> (...)
but works if:
<form> <table> (...)
in IE works fine in same side. Will you fix this bug for Firefox?
Thanks, Luis.
Change History (5)
comment:1 Changed 15 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Owner: | changed from paul to grabanski |
comment:2 Changed 15 years ago by
Priority: | critical → major |
---|
comment:3 Changed 15 years ago by
Owner: | changed from grabanski to kbwood |
---|---|
Status: | new → accepted |
comment:4 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Both versions work for me in Firefox 2.0.0.16. Do you have a sample page available that I can look at? What is its URL?