Changing then blurring text block causes refocus #370
Labels
Framework
Issues related to broader framework topics, especially as it relates to javascript
[Type] Bug
An existing feature does not function as intended
Raised at #360 (comment)
Steps to reproduce:
Expected result:
The block becomes unfocused.
Actual result:
The block remains focused.
Expected cause:
The visual editor block wrapper is receiving a
focus
event after blurring. It's uncertain where this event originates. Perhaps TinyMCE? Suspicious that it only occurs after a change has been made.The text was updated successfully, but these errors were encountered: