Preview-Balloon rendering position wrong after creating a new link #4838
Labels
package:link
resolution:invalid
This issue is invalid (e.g. reports a non-existent bug or a by-design behavior).
type:bug
This issue reports a buggy (incorrect) behavior.
With pull request ckeditor/ckeditor5-link#197 the render event has been replaced by an update event.
This introduced the following problems:
The problem is that the update event is not triggered at all. (Maybe it is too late to register an update event on showing the balloon. For testing i changed the logic back to the "render" event and everything worked fine.
The text was updated successfully, but these errors were encountered: