elastic / kibana

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

[KEYBOARD]: Tooltips in dashboard panel titles must be keyboard focusable #117233

Open 1Copenut opened 3 years ago

1Copenut commented 3 years ago

Steps to reproduce

  1. Log into a Kibana instance that contains tooltips in the dashboard panels
  2. Press the TAB key to navigate through focusable elements
  3. Verify the dashboard tooltips do not receive focus, but do expand when hovered over with a mouse
Screen Shot 2021-11-02 at 3 39 44 PM

Actual Result

Expected Result

Kibana Version: 7.13.1 8.0.0

OS: Windows 10

Browser: Chrome or Edge

Relevant WCAG Criteria: Understanding Success Criterion 2.1.1: Keyboard - Level A

elasticmachine commented 3 years ago

Pinging @elastic/kibana-accessibility (Project:Accessibility)

elasticmachine commented 2 years ago

Pinging @elastic/kibana-app-services (Team:AppServicesUx)

1Copenut commented 2 years ago

Did we remove the tooltips from dashboard panels? I pulled the latest main branch version to my local machine and they're not present in the sample data sets.

vadimkibana commented 2 years ago

Looking at code, it seems that the "i" icon is rendered when embeddable has a description.

vadimkibana commented 2 years ago

It appears when one sets description for a new visualization:

Screenshot 2022-09-26 at 15 37 06
elasticmachine commented 2 years ago

Pinging @elastic/kibana-presentation (Team:Presentation)

ThomThomson commented 1 year ago

Bumped this to medium because we now allow users to more easily create Descriptions for their panels.