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

Changing then blurring text block causes refocus #370

Closed
aduth opened this issue Apr 5, 2017 · 1 comment
Closed

Changing then blurring text block causes refocus #370

aduth opened this issue Apr 5, 2017 · 1 comment
Labels
Framework Issues related to broader framework topics, especially as it relates to javascript [Type] Bug An existing feature does not function as intended

Comments

@aduth
Copy link
Member

aduth commented Apr 5, 2017

Raised at #360 (comment)

Steps to reproduce:

  1. Focus a text block
  2. Change the content
  3. Click outside the editor

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.

@aduth aduth added Framework Issues related to broader framework topics, especially as it relates to javascript [Type] Bug An existing feature does not function as intended labels Apr 5, 2017
@aduth
Copy link
Member Author

aduth commented May 26, 2017

No longer able to reproduce this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues related to broader framework topics, especially as it relates to javascript [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

No branches or pull requests

1 participant