Skip to content
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

Tooltip window contents not reachable using the keyboard #5365

Closed
Daniel-Schulz-Private opened this issue Feb 17, 2020 · 1 comment · Fixed by #5489
Closed

Tooltip window contents not reachable using the keyboard #5365

Daniel-Schulz-Private opened this issue Feb 17, 2020 · 1 comment · Fixed by #5489
Assignees

Comments

@Daniel-Schulz-Private
Copy link

The contents of an interactive tooltip window is not reachable with keyboard

Environment

MacOS

Firefox

Keyboard

This happens with the latest version of what is exposed here: https://react.carbondesignsystem.com

Detailed description

When an interactive tooltip (a tooltip that contains buttons or links) is navigated to and opened using a keyboard, the contents (a link or button) of the tooltip window is not reachable using the keyboard. The only action possible using keyboard is closing the tooltip window again.

Note: It seems, this is a carbon-component-react issue since with carbon-design-system, the contents of the tooltip window seem reachable (from what I can tell from their page carbondesignsystem.com and its respective sample).

What should happen: The contents of a tooltip window IS reachable using a keyboard

What happens: the only thing that happens is that the tooltip window can be closed.

Steps to reproduce the issue

  1. open https://react.carbondesignsystem.com/?path=/story/tooltip--default-bottom
  2. Navigate to the tooltip icon
  3. press space or enter to open the tooltip window
  4. press TAB again to select the link or button within the tooltip window

Additional information

image

@emyarod
Copy link
Member

emyarod commented Feb 17, 2020

related #1264 #4414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants