-
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 wrongissue: triageIssues awaiting triage by a Blockly team memberIssues awaiting triage by a Blockly team member
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Description
There are certain circumstances when the selection highlight ends up being partially obscured by other blocks when using the Zelos renderer.
E.g.:
- When dragging a new block from the toolbox into the middle of a stack.
- When pasting a block into the middle of a stack. (Requires keyboard nav.)
Originally reported by @microbit-robert in RaspberryPiFoundation/blockly-keyboard-experimentation#252 (comment).
Reproduction steps
- In the advanced playground, set render to Zelos.
- Create a stack of any two statement blocks.
- Drag a third block between the first two
- Observe the selection highlight on the block you have just placed.
Screenshots
Appearance at step 4:
Appearance at step 6: after selecting a different block and then the just-placed one—arguably the expected appearance at step 4:
Browsers
Chrome desktop
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrongissue: triageIssues awaiting triage by a Blockly team memberIssues awaiting triage by a Blockly team member