Export to GitHub

blockly - issue #264

Mouse wheel scrolling fails to scroll blockly scroll bars up or down


Posted on Feb 11, 2015 by Grumpy Rabbit

What steps will reproduce the problem? 1. Navigate to the "Turtle" blockly appspot game (https://blockly-games.appspot.com/turtle?lang=en) 2. Click inside the the blockly workspace 3. Scroll up and down using your mouse wheel

What is the expected output? Mouse wheel scrolling scrolls up and down in the blockly workspace.

What browser are you using? Chrome Version 40.0.2214.111 m; Firefox 35.0.1

Please provide any additional information below.

Comment #1

Posted on Feb 11, 2015 by Happy Kangaroo

This is intentional. The mouse wheel will be used for zooming in and out (just like Google Maps). We aren't ready to implement this yet, but we don't want to train users to expect one behaviour then suddenly switch it.

The mouse wheel does scroll the flyout toolbars up and down if there are too many blocks.

Status: WontFix

Labels:
Type-Defect Priority-Medium