-
Notifications
You must be signed in to change notification settings - Fork 8.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
Accessibility: Don't autofocus Visualize query bar #11856
Comments
With the discussion in #11515 in mind: should we really remove this? @cjcenizal and @aphelionz your up-to-date-thoughts about that? |
Do we know if users benefit from autofocusing the query bar in a visualization? What's the expected user flow here? @alexfrancoeur Any thoughts? |
Also, @thomasneirynck and @ppisljar, your insights would be appreciated here. |
When creating a new visualization, the query bar is almost certainly not the first element you want to interact with. Probably you start by defining aggregations, setting the time range or setting visualization options. When opening existing visualization I think its pretty much the same. |
In that case I would just remove the autofocus from the query bar for visualizations. Thanks for your feedback. |
++ I agree with @ppisljar here |
* Use correct aria-label react attribute * Label TSVB auto apply button, fix #12900 * Create possibility to conditionally disable input-focus directive * Disable auto focus when creating a new viz, fix #12888 * Fix styling of label in TSVB * Disable auto focus in visualizations, fix #11856 * Fix disable of auto focus * Disable auto focus of index selection in vis wizard
* Use correct aria-label react attribute * Label TSVB auto apply button, fix #12900 * Create possibility to conditionally disable input-focus directive * Disable auto focus when creating a new viz, fix #12888 * Fix styling of label in TSVB * Disable auto focus in visualizations, fix #11856 * Fix disable of auto focus * Disable auto focus of index selection in vis wizard
* Use correct aria-label react attribute * Label TSVB auto apply button, fix #12900 * Create possibility to conditionally disable input-focus directive * Disable auto focus when creating a new viz, fix #12888 * Fix styling of label in TSVB * Disable auto focus in visualizations, fix #11856 * Fix disable of auto focus * Disable auto focus of index selection in vis wizard
When the visualization page loads, focus is automatically set on the query bar in the Local Nav. Remove autofocus.
Relates to #11515.
The text was updated successfully, but these errors were encountered: