]> source.dussan.org Git - jquery-ui.git/commit
Dialog: Fix IE tests about interactions with other dialogs
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 10 May 2023 08:55:40 +0000 (10:55 +0200)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 08:55:40 +0000 (10:55 +0200)
commit7adb13ac7c30a7ba33f1db256952be77b9e7a310
tree2f7750f1a8f27c5c9f06b5403757d7dc675b893b
parent020828e7ffd5e7830d979b4c5cf8412f04223973
Dialog: Fix IE tests about interactions with other dialogs

The workaround triggering a second delayed focus to a tabbable element was
applied in jQueries 3.4 & 3.5 to fix IE issues. It also needs to be applied
in jQuery 3.6 which this commit adds.

This will no longer be needed in jQuery 3.7 and jQuery 3.x-git tests are
already passing because of that.

Closes gh-2160
ui/widgets/dialog.js