Opened 12 years ago
Closed 12 years ago
#7207 closed bug (notabug)
bug datepicker : too much recursion
Reported by: | legal1 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello. I use jquery-ui-1.8.6.custom. When i click on a <input type='text' id='date_Match' name='date_Match' ...> with javascript $('#date_Match').datepicker(); It works good on a page toto.php. But When i do that on a other page titi.php, with another input <input type='text' id='date_Match' name='date_Match' ...> there is a bug on firefox "too much recursion". I try to destroy the datePicker before ($('#date_Match').datepicker("destroy").datepicker(), but it doesn't better.
Thank you for help (I'm french, sorry for the language...)
Note: See
TracTickets for help on using
tickets.
Please provide a reduced test case or use the forums for help.