scratchfoundation / scratch-flash

Open source version of the Scratch 2.0 project editor. This is the basis for the online and offline versions of Scratch found on the website.
https://scratch.mit.edu
GNU General Public License v2.0
1.33k stars 512 forks source link

Bug with duplicating sprites with local lists #784

Closed Znapi closed 5 years ago

Znapi commented 9 years ago

Duplicating a sprite with a “this sprite only” list causes all kinds of glitches to appear in the resulting sprite's list. To replicate this, all you need to do is make a new sprite, and then make a list with “this sprite only” checked. Then you just duplicate the sprite.
Just play around with the two lists and you will see problems pop up. I only have found a couple problems:

TheLogFather commented 9 years ago

Could be related to https://github.com/LLK/scratch-flash/issues/591?

2jour commented 9 years ago

osx : 10.10.2 Browser: ff 38

Thanks @Znapi for the test case

I definitely observed this

Both lists cannot be showing at the same time, the checkbox to show and hide them is glitchy The name of the list in the duplicated sprite sometimes says “sprite1:list” instead of “sprite2:list”