Opened 15 years ago

Closed 14 years ago

Last modified 10 years ago

#3279 closed bug (worksforme)

found a bug in datepicker

Reported by: [email protected] 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 Scott González

Component: ui.coreui.datepicker
Owner: changed from paul to grabanski

comment:2 Changed 15 years ago by paul

Priority: criticalmajor

comment:3 Changed 15 years ago by kbwood

Owner: changed from grabanski to kbwood
Status: newaccepted

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?

comment:4 Changed 14 years ago by kbwood

Resolution: worksforme
Status: acceptedclosed

comment:5 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.