-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Description
Opening the mutator in a controls_if
(if/elseif/else) block will cause any blocks attached to the elseif and else inputs of the block to be temporarily dislocated.
Reproduction steps
In the Blockly playground, in v9.3.1:
- Add an "if" block.
- Open the block's mutator and add "elseif" and "else" clauses.
- Close the mutator.
- Add blocks to all the blocks inputs:
- Open the mutator and observe the blocks attached to the elseif and else inputs have been dislocated:
- Drag the block and observe the blocks snap back to their correct location:
Stack trace
Nothing in the console.
Browsers
Chrome desktop
Additional info
Discovered via this report in the Blockly forum.
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong