Search and Top Navigation
#8311 closed bug (duplicate)
Opened May 10, 2012 09:29PM UTC
Closed May 10, 2012 09:38PM UTC
Last modified May 10, 2012 09:38PM UTC
Datepicker won't close when double-clicked
Reported by: | mnbayazit | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See http://stackoverflow.com/q/10538351/65387 for discussion.
HTML
<a href="#">double click me</a><input/>
$('input').datepicker(); $('a').click(function() { $('input').datepicker('show'); });
When you double-click the link the calendar opens but then becomes unclosable.
This seems to happen whenever you call 'show' twice before the fade animation completes.
Please test against the latest release before reporting bugs. This was fixed two versions ago.