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

fixes #10297 8.14-RC - A few areas where focus lock doesn't work prop… #10331

Merged
merged 1 commit into from
May 26, 2021

Conversation

madsrasmussen
Copy link
Contributor

@madsrasmussen madsrasmussen commented May 26, 2021

In all cases mentioned in the issue (#10297), two infinite editors are closed at the same time which results in "editors.length" being counted wrong because of the slide animation.

We need to keep another count of open editors because the length of the editors' array is first changed when the animations are done.

How to test:

Test the scenarios from the original issue and make sure you can use the interface when the infinite editors are closed.

Fixes #10297

@nielslyngsoe
Copy link
Member

Described case works and code looks good

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

Successfully merging this pull request may close these issues.

8.14-RC - A few areas where focus lock doesn't work properly
3 participants