Search and Top Navigation
#3279 closed bug (worksforme)
Opened September 03, 2008 11:42AM UTC
Closed October 24, 2008 12:00AM UTC
Last modified October 11, 2012 09:15PM UTC
found a bug in datepicker
Reported by: | reilabrador@gmail.com | 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.
Attachments (0)
Change History (5)
Changed September 12, 2008 12:53PM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
owner: | paul → grabanski |
Changed September 16, 2008 02:29PM UTC by comment:2
priority: | critical → major |
---|
Changed September 20, 2008 06:39AM UTC by comment:3
owner: | grabanski → kbwood |
---|---|
status: | new → accepted |
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?
Changed October 24, 2008 12:00AM UTC by comment:4
resolution: | → worksforme |
---|---|
status: | accepted → closed |
Changed October 11, 2012 09:15PM UTC by comment:5
milestone: | TBD |
---|
Milestone TBD deleted