fengzhangli / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by intific....@gmail.com on 11 Feb 2015 at 7:36

GoogleCodeExporter commented 8 years ago
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.

Original comment by neil.fra...@gmail.com on 11 Feb 2015 at 8:54