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

Do not use bubbling on blockManagers' listener #1563

Merged
merged 4 commits into from
Mar 12, 2021
Merged

Conversation

khaydarov
Copy link
Member

@khaydarov khaydarov commented Feb 24, 2021

Within 2.19 release, in particular in ReadOnly PR we added useCapture flag on one of the event listeners. Due to this flag plugins can not handle their events correctly. This PR prevents bubbling

Resolves #1386

Copy link
Member

@neSpecc neSpecc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls fill the description and add a changelog

@robonetphy
Copy link
Member

@neSpecc is this expected behaviour?

sample.mp4

@khaydarov
Copy link
Member Author

@robonetphy No. I'll check, thanks

@talyguryn
Copy link
Member

talyguryn commented Mar 10, 2021

bug in branch next. doesnt block merge

bug report #1591

  • reload the page
  • click at the end of the editor
  • click to the image capture
  • press enter

and we have error and a new line in caption

Screen.Recording.2021-03-10.at.21.22.03.mov

@talyguryn talyguryn self-requested a review March 10, 2021 18:29
@talyguryn
Copy link
Member

also please resolve conflicts

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

Successfully merging this pull request may close these issues.

useCapture for block tool keydown event?
4 participants