scratchfoundation / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects.
https://scratchfoundation.github.io/scratch-gui/develop/
BSD 3-Clause "New" or "Revised" License
4.43k stars 3.51k forks source link

Broadcasting isn't case sentitive #9565

Open bruh-9000 opened 5 months ago

bruh-9000 commented 5 months ago

Expected Behavior

Broadcasting "hello" should not trigger "helLO"

Actual Behavior

Broadcasting "hello" also triggers "helLO"

Steps to Reproduce

Explain what someone needs to do in order to see what's described in Actual behavior above

Steps to reproduce the behavior:

  1. Broadcast something
  2. Add a new broadcast for a variation that has another case
  3. Observe how both fire

System Details

All

ghost commented 5 months ago

This desperately needs to be fixed.

mxmou commented 4 months ago

Changing this could break existing projects.