-
-
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
Can't close the block toolbar #12184
Comments
The difference is that during the (this side) button's So
This sounds to me like a result of focus management brought in #12162 |
I'd be surprised if that's true as we only touched the dropdown behaviour. I'll check if this issue was reproducible before merging that PR. |
I checked the manual test http://localhost:8125/ckeditor5-build-balloon-block/tests/manual/ckeditor.html at the a0244b0 commit (so before all commits from #12162) and this problem is already present there. |
A patch that fixes (this particular issue) is in https://github.com/ckeditor/ckeditor5/tree/ck/12184-closing-balloon-block-toolbar-focus |
The patch in https://github.com/ckeditor/ckeditor5/tree/ck/12184-closing-balloon-block-toolbar-focus does not seem to resolve the issue on Safari. |
…r-closing Fix (ui): The block toolbar should close upon clicking its button. Closes #12184.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
The block toolbar disappears.
❌ Actual result
It's impossible to close the block toolbar.
Notes
It's possible to close the block toolbar with
Esc
.If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: