-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Cmd + K to add link to a Button block focuses the browser address bar in Firefox #21777
Comments
For me, macOS Firefox in English, Cmd+K focuses the Firefox Search instead (the one on the right of the address bar). I think the standard Firefox shortcut to focus the address bar is Cmd+L (L as "Location"), at least for English. |
@afercia Good point. I think it's possible to have Firefox setup to either have separate search and address bars or a single unified bar. I have the latter configured in my Firefox. |
Ah good point. Maybe new installations get the unified bar? I guess old installations that get updated retain old settings. |
I traced the bug down to
Currently there doesn't seem to be a way to preventDefault in |
I think that would be handled in the |
Describe the bug
Using a shortcut to add a link to the button block doesn't work in Firefox. Furthermore, multiple link popovers can be opened for multiple buttons (though this problem will likely go away when the first issue is fixed).
To reproduce
Steps to reproduce the behavior:
Expected behavior
The link popover is focused when using the shortcut (
preventDefault
).Clicking outside an opened popover closes it.
The text was updated successfully, but these errors were encountered: