mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
dff0dc0d6a
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 |
||
---|---|---|
.. | ||
all.html | ||
common-deprecated.js | ||
common.js | ||
core.js | ||
deprecated.html | ||
deprecated.js | ||
dialog.html | ||
events.js | ||
helper.js | ||
methods.js | ||
options.js |