jquery-ui/tests/unit
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
..
accordion All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
autocomplete All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
button All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
checkboxradio All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
controlgroup Build: Fork vendors to remove QUnit deprecated API usage 2023-05-10 10:53:57 +02:00
core All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
datepicker Datepicker: Hide the UI on destroy 2024-08-05 19:30:53 +02:00
dialog Dialog: Add aria-modal support 2024-06-14 13:04:00 +02:00
draggable Tests: remove code supporting jenkins and testswarm 2024-05-15 15:19:23 -04:00
droppable Core: Make back compat disabled by default 2024-05-13 18:11:57 +02:00
effects Build: Fork vendors to remove QUnit deprecated API usage 2023-05-10 10:53:57 +02:00
form-reset-mixin Tests: Fix form-reset-mixin test module name, add to the tests HTML 2024-05-15 00:38:40 +02:00
jquery-patch All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
menu All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
position Tests: remove testswarm grunt task 2024-06-11 18:05:06 +02:00
progressbar Build: Fork vendors to remove QUnit deprecated API usage 2023-05-10 10:53:57 +02:00
resizable All: Drop support for jQueries different than the latest for each major 2024-05-15 00:38:30 +02:00
selectable Build: Fork vendors to remove QUnit deprecated API usage 2023-05-10 10:53:57 +02:00
selectmenu Tests: Fix tests with the Git Core build 2024-03-26 16:17:00 +01:00
slider Docs: Change a few most common domains from HTTP to HTTPS 2024-04-26 16:25:34 +02:00
sortable All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
spinner Build: Fork vendors to remove QUnit deprecated API usage 2023-05-10 10:53:57 +02:00
tabs All: Drop support for jQueries different than the latest for each major 2024-05-15 00:38:30 +02:00
tooltip Core: Make back compat disabled by default 2024-05-13 18:11:57 +02:00
widget All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
all.html All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
index.html Tests: Fix form-reset-mixin test module name, add to the tests HTML 2024-05-15 00:38:40 +02:00
subsuite.js All: Drop support for jQueries different than the latest for each major 2024-05-15 00:38:30 +02:00