scratchfoundation / scratchfoundation/scratch-blocks
Block stack executes when duplicated blocks are attached
Open
@paulkaplan is already working on this.
Since Sep 4, 2019.
Medium Prevalence
Medium Severity
priority 3
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 1.6k
- Avg merge
- 4h 51m
- Merged PRs (30d)
- 12
Description
Expected Behavior
Attaching duplicated blocks to a stack, should not cause the stack to run.
Actual Behavior
Attaching a duplicated block or a duplicated stack of blocks to another stack, will cause the receiving stack to run.

Steps to Reproduce
- Create a stack of blocks, preferably something that will take some time to execute so you can see the result.
- Drag another block on to the workspace, but do not attach it to the stack from the first step
- Right click and duplicate the block from step 2 and attach it anywhere to the stack from the first step
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.