You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox, Command+K focuses on the search bar. I ran into this the first time I used the modeling app because the tour on first use tells you to press the shortcut.
If we use Command+K, we should not also do the browser's default, i.e. we should make sure we're calling event.preventDefault().
Alternatively, we could use a different shortcut. Command+Shift+P is the default for the command palette in both Sublime Text and VS Code.
Steps to Reproduce
Open the app in Firefox
Press the keyboard shortcut for the command palette: Command+K or Ctrl+K
Expected Behavior
I expect the command palette to open. Instead, it opens, but also the Firefox search bar opens and moves the keyboard focus there.
Screenshots and Recordings
Desktop OS
macOS 14.6
Browser
Firefox
Version
127
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In Firefox, Command+K focuses on the search bar. I ran into this the first time I used the modeling app because the tour on first use tells you to press the shortcut.
If we use Command+K, we should not also do the browser's default, i.e. we should make sure we're calling
event.preventDefault()
.Alternatively, we could use a different shortcut. Command+Shift+P is the default for the command palette in both Sublime Text and VS Code.
Steps to Reproduce
Expected Behavior
I expect the command palette to open. Instead, it opens, but also the Firefox search bar opens and moves the keyboard focus there.
Screenshots and Recordings
Desktop OS
macOS 14.6
Browser
Firefox
Version
127
Additional Context
No response
The text was updated successfully, but these errors were encountered: