OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
114 stars 80 forks source link

Scroll inconsistent #112

Open brendonhatcher opened 3 years ago

brendonhatcher commented 3 years ago

If you scroll in the main window, this causes the page to zoom in and out (using mouse or trackpad). If you scroll the block groups, or in one of the block groups, or in the Arduino code preview, it scrolls up and down, and does not zoom.

It may be that scroll to zoom is most useful in the main window (and we should use click and drag in the main window), but I keep zooming when I intend to scroll!

What do other users think?

cparrapa commented 3 years ago

It is true I also got confused the first time and then I got used to it, it seems like a blockly default mouse control. You are the first one to point this out, we will have to test more and see what is the best UX.