git4school / git4school-visu

Git4School, a dashboard for supporting teacher interventions in Software Engineering courses
https://git4school.firebaseapp.com/
Apache License 2.0
2 stars 3 forks source link

Cannot zoom using external keyboard on laptop #148

Open F0urchette opened 2 months ago

F0urchette commented 2 months ago

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

Actual result

Expected result

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.