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

Accessibility feature: Escape key should close any open tooltip #159

Closed
sbenyoub-accor opened this issue Oct 18, 2018 · 2 comments
Closed

Comments

@sbenyoub-accor
Copy link

Hi,

When a user is navigating a page with the keyboard they will see the tooltips open when the element receives focus/ click ... but the tooltip will not close until the user repeat the previous trigger on that element. This is not optimal for keyboard navigation because the tooltip may be covering something that the user wants to see and the only way for them to close the tooltip is to navigate to the next tab stop.

It is a common convention that the escape key will close any open modal or overlay items, so the escape key should close tooltips as well.

@rootman
Copy link
Contributor

rootman commented Nov 26, 2018

I have create a PR adressing popovers. Escape will close popover is autoHide is true.
#169

@Akryum
Copy link
Owner

Akryum commented Apr 28, 2019

Implemented.

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

No branches or pull requests

3 participants