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

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

Open
w-beom opened this issue Aug 8, 2024 · 5 comments
Open
Assignees
Labels
package:ui type:bug This issue reports a buggy (incorrect) behavior. type:regression This issue reports a bug that was not present in the previous releases.

Comments

@w-beom
Copy link

w-beom commented Aug 8, 2024

📝 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: #16739

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

@w-beom w-beom added the type:bug This issue reports a buggy (incorrect) behavior. label Aug 8, 2024
@Mati365 Mati365 self-assigned this Aug 8, 2024
@Mati365
Copy link
Member

Mati365 commented Aug 8, 2024

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

@Witoso
Copy link
Member

Witoso commented Aug 9, 2024

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

@Witoso Witoso closed this as completed Aug 9, 2024
@Witoso Witoso added the resolution:invalid This issue is invalid (e.g. reports a non-existent bug or a by-design behavior). label Aug 9, 2024
@w-beom
Copy link
Author

w-beom commented Aug 9, 2024

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

@Witoso
Copy link
Member

Witoso commented Aug 9, 2024

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

@Witoso
Copy link
Member

Witoso commented Aug 22, 2024

We potentially identified the issue in #16959.

@Witoso Witoso reopened this Aug 22, 2024
@Witoso Witoso added package:ui type:regression This issue reports a bug that was not present in the previous releases. and removed resolution:invalid This issue is invalid (e.g. reports a non-existent bug or a by-design behavior). labels Aug 22, 2024
Mati365 added a commit that referenced this issue Aug 27, 2024
Fix (ui): Restored the ability to pin balloons to text nodes in the DOM tree. Closes #16958 #16889.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:ui type:bug This issue reports a buggy (incorrect) behavior. type:regression This issue reports a bug that was not present in the previous releases.
Projects
None yet
Development

No branches or pull requests

3 participants