We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.Remove find and replace button from toolbar (not from menu) 2. Hit Ctrl+F (keystroke for find and replace) 3. Nothing happens
Ctrl+F
Find and replace dialog should be shown even if button is not within the toolbar.
Nothing happens within CKEditor. Instead, the browsers find box opens.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📝 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.
The text was updated successfully, but these errors were encountered: