jquery-ui/tests
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
..
images All: Optimize png images losslessly using zopflipng 2016-06-06 11:26:06 -04:00
lib Build: Add jQuery 3.6.0, update Migrate from 3.3.1 to 3.3.2 2021-03-09 00:09:51 +01:00
unit Tests: Fix the "dialog: core: focus tabbable" test in IE 2021-03-16 22:17:25 +01:00
visual Build: Update to the latest version of Grunt & many other packages 2020-10-14 23:55:35 +02:00
.jshintrc Tests: Remove all qunit global excludes from jshint config 2016-04-14 00:29:33 +05:30
index.css Theme: Change default widget font-size to 1em 2014-10-24 07:23:31 -07:00
index.html Build: Reorganize external directory 2014-06-24 22:45:32 -04:00
index.js Tests: Style updates 2015-08-21 08:06:24 -04:00