-
Notifications
You must be signed in to change notification settings - Fork 712
Description
Describe the bug
With the following layout, created by using "format code" shortcut, you are unable to move one of the orphaned statement blocks back into the "forever" loop using up arrow or left arrow. You can get to it via down arrow or right arrow.
To Reproduce
Steps to reproduce the behavior:
- Edit the linked project
- Ensure keyboard controls are switched on
- Click on the "pause" or "show number" block
mto enter move modeup arrowrepeatedly to try to move into "forever"- You are unable to move the block into "forever"
- Use
down arrowand observe there is an additional connection and you can now successfully move inside "forever"
micro:bit version (please complete the following information):
N/A
Desktop (please complete the following information):
- OS: Win 11
- Browser: Firefox
Smartphone (please complete the following information):
N/A
Additional context
Having written this all out, I'm increasingly sure I've seen mention of it on the blockly-keyboard-navigation plugin repo but (a) I can't replicate it there to log the bug there, and (b) I can't find it anything matching in their open or closed issues, so I may have imagined it.
A fix here might just be "update the keyboard nav plugin at some point"
