-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[FF] Browser steals selection on CLTR+K #4811
Comments
Strange that it doesn't work. I don't recall problems with handling this keystroke. |
This works well in GDocs and Medium, so it should be doable to control these keys. |
If we'll have anyone able to look into this, we may squeeze it into it12. @ma2ciek, could you check it? |
@fredck Of course, we already had similar issue with Tab that is used in List feature. |
Wasn't the issue with lists different? Wasn't it caused by two features not being able to decide which should handle Tab? |
Fix: Prevented default browser actions on <kbd>Ctrl</kbd>+<kbd>K</kbd> (which should move focus to "URL" input in the link balloon. Closes #153. Closes #154.
Steps to reproduce
Expected result
Field in balloon is focused.
Current result
Browser steals selection and focuses in search bar.
Notes
I think this is because we cannot cancel default event.
The text was updated successfully, but these errors were encountered: