You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click the middle of the graphics context. There's a large hidden (via hideturtle) rectangular sprite there
Actual result: The output box updates to say "Clicked sprite". This indicates the sprite's mouse-down-on-sprite handler has run. This is unexpected since the sprite is hidden
Expected result: The output box remains empty. The sprite's mouse-down-on-sprite handler hasn't run because the sprite is hidden.
Here's a screenshot of the repro file:
The text was updated successfully, but these errors were encountered:
Repro steps
I reproed this with Boxer
3.4.19 2024-06-24
hideturtle
) rectangular sprite thereActual result: The
output
box updates to say "Clicked sprite". This indicates the sprite'smouse-down-on-sprite
handler has run. This is unexpected since the sprite is hiddenExpected result: The
output
box remains empty. The sprite'smouse-down-on-sprite
handler hasn't run because the sprite is hidden.Here's a screenshot of the repro file:
The text was updated successfully, but these errors were encountered: