Improve accessibility of onAnnotationClick
#1357
Labels
:accessibility
Accessibility related issue
discuss
To be discussed
enhancement
New feature or request
onAnnotationClick
(added in #1293) doesn't seem to be keyboard accessible at all. I would expect tabbing through the document would focus the annotation rectangles (forRectAnnotation
) and markers (forLineAnnotation
.)We implemented this in APM before this feature was available by using buttons for the markers and that seems to work: https://github.com/elastic/kibana/blob/3122e3f7e01063019916038757a25dcd16cb36f8/x-pack/plugins/apm/public/components/shared/charts/helper/get_alert_annotations.tsx#L148-L166
The text was updated successfully, but these errors were encountered: