-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Milestone
Description
Expected Behavior
When the mouse is over a monitor and the mouse button is pressed the sense block for mouse down should report true.
Actual Behavior
When the mouse is over a monitor and the mouse button is pressed the sense block for mouse down reports false.
Steps to Reproduce
Drag out a forever block .
Click on the My Variable monitor.
Put into the forever block "set My Variable to [mouse down]"
Click on the forever block.
Click on the stage - but not over the monitor- and hold down the mouse button. Then notice that the monitor says true.
Then do this while the mouse is over the monitor and notice it remains "false". But under Scratch 2 it will say True.
Operating System and Browser
Windows 7, Firefox 62.0.2
I have a test case here
And this bug affects this actual program https://beta.scratch.mit.edu/#245545359