Skip to main content

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/>​

JavaScript

$('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.

Attachments (0)
Change History (2)

Changed May 10, 2012 09:38PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Please test against the latest release before reporting bugs. This was fixed two versions ago.

Changed May 10, 2012 09:38PM UTC by scottgonzalez comment:2

Duplicate of #8174.