Catherine Kettner
unread,6:11 PM (1 hour ago) 6:11 PMSign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blockly
Hi all,
We’re integrating Blockly v13.0.0-beta.3 with @blockly/continuous-toolbox and wanted to sanity-check the keyboard navigation behavior before filing any open Git issues.
When navigating toolbox categories with the keyboard, Up/Down auto-selects each category and updates the flyout. But when we try to move focus into the blocks for the selected category, such as with **Right Arrow** or **Enter**, focus lands on the first block of the entire flyout instead of the first block near the selected category.
A few questions:
1. Is this expected for `continuous-toolbox`, since the flyout is one continuous list?
2. Are there any v13 registration steps, or hooks we may have missed?
Environment:
Blockly: 13.0.0-beta.3
@blockly/continuous-toolbox: 7.0.8
Device: MacOS Chrome browser
Happy to file an issue against `blockly-samples` if this looks like a plugin bug.
Thanks!