gskinnerTeam / flutter-wonderous-app

A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
MIT License
4.02k stars 947 forks source link

Horizontal scrolling using SHIFT modifier stops working when mouse is moved (MacOS + Chrome) #145

Closed esDotDev closed 9 months ago

esDotDev commented 1 year ago

Horizontal scrolling with the SHIFT modifier stops working when the mouse cursor is moved. It seems to invert the SHIFT key, as scrolling will resume working when SHIFT key is released. Until mouse is moved again, at which point it will stop working.

To reproduce

https://github.com/gskinnerTeam/flutter-wonderous-app/assets/736973/3e7ed927-70f9-4cd1-8dbc-98738da4c083

esDotDev commented 9 months ago

Closing this as it's pretty clearly a Flutter SDK issue.