elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.8k stars 8.19k forks source link

[UI Settings] Searching for telemetry/usage data is not screenreader accessible #56566

Open bhavyarm opened 4 years ago

bhavyarm commented 4 years ago

Kibana version: 7.6.0 BC4

Elasticsearch version: 7.6.0 BC4

Browser version: chrome latest

Browser OS version: OS X

Original install method (e.g. download page, yum, from source, etc.): from staging

Describe the bug: If a user types in tele in search box in advanced settings - usage data shows up. But if the user tries to use voice over - both tele and usage search announces zero results

Screen Shot 2020-01-31 at 5 11 16 PM Screen Shot 2020-01-31 at 5 08 41 PM
elasticmachine commented 4 years ago

Pinging @elastic/kibana-app (Team:KibanaApp)

bhavyarm commented 4 years ago

cc @barlowm

timroes commented 4 years ago

@mbondyra Since you just worked on this, do you know if this would be a smaller fix, since I assume the way the telemtry UI is injected into the advanced settings page is the problem here? Might this already be solved by the refactoring you are doing?

flash1293 commented 3 years ago

The general issue here isn't a11y - the search is not applied to the usage data section at all, it's just always shown at the bottom. There's a callout for this now as well:

Screenshot 2021-10-13 at 11 34 33

the usage data section should be subject to search as well.

flash1293 commented 3 years ago

Blocked on https://github.com/elastic/kibana/issues/56498

elasticmachine commented 2 years ago

Pinging @elastic/kibana-core (Team:Core)

elasticmachine commented 1 year ago

Pinging @elastic/appex-sharedux (Team:SharedUX)

vadimkibana commented 1 year ago

This might be fixed by https://github.com/elastic/kibana/pull/163502 (needs verification)