jquery-ui/tests
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 All: Optimize png images losslessly using zopflipng 2016-06-06 11:26:06 -04:00
lib Tests: Update jQuery Migrate from 3.4.1 to 3.5.2, simplify Migrate setup 2024-07-30 17:53:47 +02:00
runner All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
unit Datepicker: Hide the UI on destroy 2024-08-05 19:30:53 +02:00
visual All: Remove the deprecated ui/core.js file 2024-05-15 00:38:40 +02:00
.eslintrc.json Build: Migrate from JSHint & JSCS to ESLint 2021-06-07 00:58:12 +02:00
index.css Theme: Change default widget font-size to 1em 2014-10-24 07:23:31 -07:00
index.html Tests: replace grunt-contrib-qunit with jQuery test runner 2024-03-29 09:13:46 -04:00
index.js Tests: Style updates 2015-08-21 08:06:24 -04:00