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

Cannot zoom using external keyboard on laptop #148

Open
F0urchette opened this issue Oct 2, 2024 · 0 comments
Open

Cannot zoom using external keyboard on laptop #148

F0urchette opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@F0urchette
Copy link
Member

Description

It appears we cannot zoom into the overview graph using an external keyboard on a laptop (we tested it only on MacOS).
It's still possible to zoom using the integrated keyboard and pad even if the keyboard is connected.

Steps to reproduce

  • Connect a keyboard to the laptop.
  • Try to zoom on the overview graph.

Actual result

  • Do not zoom.

Expected result

  • Zoom.

Hints

Probably a problem with the event fired on zoom not being actually fired or not being the same event for some reason.
The zoom is managed in overview.component.ts file in setupZoom method around line 265.

@F0urchette F0urchette added the bug Something isn't working label Oct 2, 2024
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

1 participant