jquery-ui/tests/unit/datepicker
Porter Clevidence 02a6e6bcb0
Datepicker: Hide the UI on destroy
When the datepicker UI is shown and then destroyed programmatically:
```js
$( "#datepicker" ).datepicker( "destroy" );
```
hide the datepicker UI without the need for an explicit user action.
Previously, in 1.12 the UI would not disappear immediately but only after the
first `mousedown`. In later 1.13 versions, the UI would not disappear at all.

Fixes gh-2178
Closes gh-2268
2024-08-05 19:30:53 +02:00
..
images Demos/tests: Losslessly recompress PNG/GIF images. 2013-08-26 10:18:15 -04:00
all.html Build: Fork vendors to remove QUnit deprecated API usage 2023-05-10 10:53:57 +02:00
common.js Tests: Rename files 2015-04-09 09:27:00 -04:00
core.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
datepicker.html Tests: Fix AMD loading in IE8 2015-04-17 12:13:38 -04:00
events.js All: Drop support for jQueries different than the latest for each major 2024-05-15 00:38:30 +02:00
helper.js Build: Migrate from JSHint & JSCS to ESLint 2021-06-07 00:58:12 +02:00
methods.js Datepicker: Hide the UI on destroy 2024-08-05 19:30:53 +02:00
options.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00