-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typing when the inserter menu has focus should start searching the blocks #1064
Comments
I think there were some accessibility concerns, that's why we avoid it. |
ahhh, for accessibility related keyboard shortcuts... TIL! |
This is a little frustrating. I think this is a good user experience. It would be nice if we could find a way to do this. |
I was doing some research about this in the last days, and actually a-z search is one of the (optional, not required) interaction models described by the ARIA Authoring Practices for menus/menubars; Reference: https://www.w3.org/TR/wai-aria-practices/#menu scroll a bit the page, where it describes the expected interaction for each key and you will find:
There are also some linked examples, worth noting this works moving focus to and not filtering the list, see: https://www.w3.org/TR/wai-aria-practices/examples/menubar/menubar-2/menubar-2.html This interaction model is implemented in all the menus/menubars examples: Of course, implementation details and discoverability of the feature are key, but it would probably be a very nice improvement for all users. |
🎉 great news! Reopening! |
So this would filter all the blocks with the first letter I type, correct? If so, would it continue filtering as a I type more blocks? That would be ideal to start typing a word and having all the blocks filtering until I get down to 1 or 2. |
Filtering is done by the search field, and it'd already working :) The best examples of this behavior are in the link posted above. Not sure if from a technical point of view it would be easy to make this work also with more than one character, e.g. typing That said, I'm not sure all this would make sense now that the search field is the first thing at the top and is auto-focused 🙂 |
@afercia thank you for the clarification, that makes a lot more sense!
I would tend to agree. If the search field is at the top and it's auto-focused, then all you have to do is start typing and the blocks will quickly filter. |
closed by #1187 |
Just a little UX enhancement 😄 Would be nice if I could click the +Insert tool and start typing "Twitter" (or whatever I'm looking for) without having to go click in the search box.
The text was updated successfully, but these errors were encountered: