Skip to main content

Search and Top Navigation

#7207 closed bug (notabug)

Opened March 28, 2011 11:54AM UTC

Closed March 28, 2011 01:16PM UTC

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...)

Attachments (0)
Change History (1)

Changed March 28, 2011 01:16PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

Please provide a reduced test case or use the forums for help.