You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for similar issues before opening a new one.
Description
Dropdown fields have working keyboard navigation but they don't seem to scroll the item into view which is problematic with long lists of items. MakeCode has these e.g. for melodies:
We've reproduced this on master of Blockly using variables but it applies to dropdowns in general.
Reproduction steps
Create a lot of variables or load the JSON snippet below into the playground.
Drag in a set variable block
Click to open the dropdown
Use ArrowDown to move through the list
Note that when you get to an item that's out of view it isn't scrolled into view
Check for duplicates
Description
Dropdown fields have working keyboard navigation but they don't seem to scroll the item into view which is problematic with long lists of items. MakeCode has these e.g. for melodies:
We've reproduced this on master of Blockly using variables but it applies to dropdowns in general.
Reproduction steps
The code appears to be trying to do this but it doesn't work for some reason.
Stack trace
Screenshots
Out of view selection:
Browsers
Chrome desktop
The text was updated successfully, but these errors were encountered: