-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Reconversion same event names overwrite existing events #9641
Comments
For now, we had to use standard solutions instead of reconversion, but great to hear that it's being taken care of! 😄 |
cc @niegowski how does the new API affect this ticket? |
There is no such problem anymore (on the master branch). The We even covered this case with tests: ckeditor5/packages/ckeditor5-engine/tests/conversion/downcasthelpers.js Lines 1496 to 1580 in 5c4c1fb
|
📝 Provide detailed reproduction steps (if any)
Adding same
triggerBy
children elements in multiple custom plugins breaks reconversion. Only in one of many plugins reconversion triggers correctly.If we log
_reconversionEventsMapping
we can see that test2 "insert:paragraph" event overwritten test1 event:The text was updated successfully, but these errors were encountered: