Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialog: Fix IE tests about interactions with other dialogs #2160

Merged
merged 1 commit into from
May 10, 2023

Conversation

mgol
Copy link
Member

@mgol mgol commented Mar 30, 2023

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.

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.
@mgol mgol added this to the 1.13.3 milestone Mar 30, 2023
@mgol mgol requested a review from fnagel March 30, 2023 20:45
@mgol mgol self-assigned this Mar 30, 2023
@mgol mgol merged commit 7adb13a into jquery:main May 10, 2023
3 checks passed
@mgol mgol deleted the dialog-ie-jquery-3.6-fix branch May 10, 2023 08:55
Copy link
Member

@fnagel fnagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay. Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants