ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.35k stars 3.68k forks source link

Issue with ContextualBalloon Not Appearing After Updating to CKEditor 43.0.0 #16889

Open w-beom opened 1 month ago

w-beom commented 1 month ago

📝 Provide detailed reproduction steps (if any)

After updating the CKEditor version to 43.0.0, an issue has occurred.

Previously, we were using a custom plugin that utilizes the ContextualBalloon. When clicking the button of the plugin, the ContextualBalloon would appear, allowing text input in the input field.

However, after the update, the ContextualBalloon does not appear when using the custom plugin with the SlashCommand.

What should we do to resolve this?

✔️ Expected result

image

❌ Actual result

image

image

📃 Other details

It works correctly in version 42.0.0. The commit related to the issue in version 43.0.0 is suspected to be this one: https://github.com/ckeditor/ckeditor5/issues/16739

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

Mati365 commented 1 month ago

Thanks for report! I'll take a look. It looks like something is trying to pin itself on the hidden element.

Witoso commented 1 month ago

Hi @w-beom, please reach out to us via the support channel. We would like to see the code samples, etc. Thank you!

w-beom commented 1 month ago

Hi @Witoso, Where can I find the support channels?

Witoso commented 1 month ago

The best way to create a support ticket is contact form.

Witoso commented 3 weeks ago

We potentially identified the issue in #16959.