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
Keystrokes in a table view (ie. viewing a collection) triggers an autofocus on the Search everywhere...-input field.
Pressing cmd + c focuses the input and adds the c to the input. I'd expect the autofocus to ignore typing a keyboard shortcut with a modifier key.
Current Behavior
Pressing a keyboard shortcut like cmd + c or cmd + f auto focuses the search input field.
Possible Solution
Ignore the key event if keyEvent.metaKey is true. I made a fork and created a new branch here with a suggested solution. Beware: I haven't tested the solution as I couldn't build the Dockerfile or run npm install to run it locally without docker.
Expected Behavior
Keystrokes in a table view (ie. viewing a collection) triggers an autofocus on the
Search everywhere...
-input field.Pressing
cmd + c
focuses the input and adds thec
to the input. I'd expect the autofocus to ignore typing a keyboard shortcut with a modifier key.Current Behavior
Pressing a keyboard shortcut like
cmd + c
orcmd + f
auto focuses the search input field.Possible Solution
Ignore the key event if
keyEvent.metaKey
is true. I made a fork and created a new branch here with a suggested solution. Beware: I haven't tested the solution as I couldn't build the Dockerfile or runnpm install
to run it locally without docker.Steps to Reproduce
cmd + c
to copy any selected text valuesContext (Environment)
Kuzzle version:
Node.js version:
Admin Console version: Current deployment on http://next-console.kuzzle.io
The text was updated successfully, but these errors were encountered: