(Accessibility) Remove instance of deprecated EuiKeyboardAccessible #81058
Labels
blocked
:DataDiscovery/fix-it-week
Feature:Graph
Graph application feature
loe:small
Small Level of Effort
Project:Accessibility
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
WCAG A
EuiKeyboardAccessible was deprecated because it was abused more often than it was used successfully so we need to remove it from Kibana before December 2020.
It seems in Graph it's used as a workaround for a different EUI bug: https://github.com/elastic/kibana/blob/master/x-pack/plugins/graph/public/components/field_manager/field_editor.tsx#L208-L211
This workaround creates an empty button (no name, no action, etc) which can be confusing for both screen reader and keyboard users.
If removing it still causes issues, please open an issue with EUI so that it can be resolved.
The text was updated successfully, but these errors were encountered: