blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Keyboard navigation does not work for Continuous Toolbox

Open alschmiedt opened this issue 5 years ago • 0 comments

Category

Component Continuous Toolbox

Describe the bug

  • Upon entering keyboard navigation mode, the flyout closes.
  • When you try to focus on the flyout it will always put the cursor around the first item in the flyout

To Reproduce

  • Open continuous toolbox
  • Enter keyboard navigation mode. (ctrl + shift + k)

Expected behavior

  • Keyboard navigation should not call hide on the flyout if autoClose is false.
  • The cursor should focus on the first block in a category, instead of always focusing on the first block in the flyout. (ex: If we are on the Loops category the cursor should go around the first Loops block)

Screenshots

Additional context Since I am planning on working on keyboard nav this quarter, I will take a look at this after I have moved keyboard navigation to a plugin.

alschmiedt avatar Oct 13 '20 22:10 alschmiedt