IE11: Enter in a paragraph loses focus. #12113
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Type] Bug
An existing feature does not function as intended
[Type] Regression
Related to a regression in the latest release
Milestone
Steps to reproduce:
Expected result: you should just be able to keep typing.
When focus is lost, it's actually set on the body element. An additional side effect is that clicking a paragraph to type requires two clicks. The first click sets focus on the block itself (
.editor-block-list__block
), and the 2nd click finally sets focus where it needs to be.This appears to have been a regression that happened between Gutenberg 3.8.1 and 3.9.1.
3.8.1 GIF of the expected behavior:
3.9.1 GIF of the bug:
The text was updated successfully, but these errors were encountered: