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

Find and replace keystroke unavailable without Toolbar button #17984

Open
coldcaz opened this issue Feb 25, 2025 · 0 comments
Open

Find and replace keystroke unavailable without Toolbar button #17984

coldcaz opened this issue Feb 25, 2025 · 0 comments
Labels
type:bug This issue reports a buggy (incorrect) behavior.

Comments

@coldcaz
Copy link

coldcaz commented Feb 25, 2025

📝 Provide detailed reproduction steps (if any)

1.Remove find and replace button from toolbar (not from menu)
2. Hit Ctrl+F (keystroke for find and replace)
3. Nothing happens

✔️ Expected result

Find and replace dialog should be shown even if button is not within the toolbar.

❌ Actual result

Nothing happens within CKEditor. Instead, the browsers find box opens.

❓ Possible solution

This is because the keystroke gets registered within creation of the toolbar button itself for some reason (
code for reference).

Solution: Register keystroke independently from toolbar button.


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

@coldcaz coldcaz added the type:bug This issue reports a buggy (incorrect) behavior. label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

1 participant