-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
IE11: fix focus on backspace #21092
IE11: fix focus on backspace #21092
Conversation
Size Change: -16 B (0%) Total Size: 859 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested various interactions of merging and splitting paragraphs. Works well in Internet Explorer. Verified in my main browser (Chrome) as well, but I expect the end-to-end test coverage here is pretty thorough. Just in case, I also ran through these behaviors in Firefox and Safari.
I might still be curious based on what was discussed at #20594 (comment) if there is a hypothetical edge case to consider, but for the purposes of resolving the immediate issue, this appears to work well.
Yes, I do wonder in which cases we're leaving focus on the editable element, when focus couldn't be set back to the previous element. Let's explore that separately when there is time. |
Description
Fixes #20598. Introduced in #20594.
How has this been tested?
See #20598. Needs testing in IE11.
Screenshots
Types of changes
Checklist: