Skip to content
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

Arrow keyboard events not "consumed" by search box #65

Open
polochau opened this issue Feb 19, 2022 · 0 comments
Open

Arrow keyboard events not "consumed" by search box #65

polochau opened this issue Feb 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@polochau
Copy link
Member

Symptom: when pressing left arrow key (or other arrow key)) on keyboard in search box, the graph also pans left.

Possible reason: the graph “view”currently supports panning by arrow keys.

Possible fix: the simplest fix could be to have the keyboard presses (KeyPressed events?) be “consumed” by the search box (thus will no longer propagate to graph view)

@polochau polochau added the enhancement New feature or request label Feb 19, 2022
@AlexanderHYang AlexanderHYang added bug Something isn't working and removed enhancement New feature or request labels Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants