jquery-ui/tests/unit/dialog
Michał Gołębiowski-Owczarek dff0dc0d6a
Tests: Fix the "dialog: core: focus tabbable" test in IE
In IE in jQuery 3.4+ a sequence:
```js
$( inputNode ).trigger( "focus" ).trigger( "blur" ).trigger( "focus" );
```
doesn't end up with a focused input. However, in this test we only want to check
that the last focused input receives the focus back when `_focusTabbable()` is
called which in reality doesn't happen so quickly so let's avoid the issue by
waiting a bit.

Ref jquery/jquery#4856
Closes gh-1951
2021-03-16 22:17:25 +01:00
..
all.html Tests: Switch to the new qunit-composite module 2015-04-07 09:03:36 -04:00
common-deprecated.js Dialog: Style updates 2015-09-11 08:29:09 -04:00
common.js Dialog: Style updates 2015-09-11 08:29:09 -04:00
core.js Tests: Fix the "dialog: core: focus tabbable" test in IE 2021-03-16 22:17:25 +01:00
deprecated.html Tests: Fix AMD loading in IE8 2015-04-17 12:13:38 -04:00
deprecated.js Tests: Ensure no timers are running at the end of each test (#1920) 2020-05-16 09:16:24 +02:00
dialog.html Tests: Fix AMD loading in IE8 2015-04-17 12:13:38 -04:00
events.js Tests: Ensure no timers are running at the end of each test (#1920) 2020-05-16 09:16:24 +02:00
helper.js Dialog: Fix code style 2016-08-31 11:22:54 -04:00
methods.js Tests: Ensure no timers are running at the end of each test (#1920) 2020-05-16 09:16:24 +02:00
options.js Tests: Ensure no timers are running at the end of each test (#1920) 2020-05-16 09:16:24 +02:00