jmoenig / Snap

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
1.47k stars 739 forks source link

[bug] Drop reporter into color input after it is taken out #3326

Closed ego-lay-atman-bay closed 2 months ago

ego-lay-atman-bay commented 3 months ago

In the color input type, you can drop a reporter into the color input, but after you take the reporter out, it becomes static. This only happens with a custom block with a color input, primitives with a color input are fully static. image image

This happens in both dev and 9.2.10, most notably, the color reporter in the colors and crayons library.

jguille2 commented 3 months ago

Oh yes. Really "color inputs" are not supported for custom blocks. It can be considered... but in the meantime, we can add an irreplaceable="true" to these blocks to act like primitive's color inputs.

Joan

ego-lay-atman-bay commented 3 months ago

The only reason I brought it up, was because the color input was added to the gear menu in the input dialog (and the colors and crayons library uses it).

jmoenig commented 2 months ago

fixed in dev, closing