scratchfoundation / scratch-vm

Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
http://scratchfoundation.github.io/scratch-vm/
BSD 3-Clause "New" or "Revised" License
1.22k stars 1.53k forks source link

Hidden say text doesn't show after subsequent assignment #1894

Open parnikkapore opened 5 years ago

parnikkapore commented 5 years ago

This bug is first documented here pre-2019.

Steps to Reproduce

Make a script like this:

forever
  say []
  if <touching [mouse pointer v] ?> then
    say [Hee hee, that tickles!]
  end
end

Expected Behavior

The bubble should appear on moueover.

Actual Behavior

The bubble never appears.

Operating System and Browser

Firefox 62, Ubuntu 18.04LTS

adroitwhiz commented 5 years ago

@paulkaplan Can you confirm that https://github.com/LLK/scratch-render/pull/451 fixed this?