Search and Top Navigation
#7645 closed bug (duplicate)
Opened August 17, 2011 01:57PM UTC
Closed August 17, 2011 02:04PM UTC
Last modified August 17, 2011 02:04PM UTC
Recursion in Datepicker widget
Reported by: | dimitrios | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello!
There is a pointless recursion in example script on
http://jqueryui.com/demos/datepicker/date-range.html
When I select a date with the first datepicker, my browser hangs for some seconds. In the development console I see the message "Uncaught RangeError: Maximum call stack size exceeded".
It seems that setting of the maxDate or minDate options triggers an onSelect event.