-
Notifications
You must be signed in to change notification settings - Fork 160
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
fix(tooltip): close tooltip on escape or focusout #9871
fix(tooltip): close tooltip on escape or focusout #9871
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks @andy-blum!
Deploy preview created for package Built with commit: 8eb93698f11cd793a916430d670a3105efa57acd |
Deploy preview created for package Built with commit: 8eb93698f11cd793a916430d670a3105efa57acd |
Deploy preview created for package Built with commit: 8eb93698f11cd793a916430d670a3105efa57acd |
Deploy preview created for package Built with commit: 8eb93698f11cd793a916430d670a3105efa57acd |
Deploy preview created for package Built with commit: 8eb93698f11cd793a916430d670a3105efa57acd |
…em#9871) ### Related Ticket(s) Fixes carbon-design-system#8996 ### Description Adds `Escape` logic to the `keydown` listener and a new `focusout` listener. Both will toggle the state of the tooltip only in the "closed" direction ### Changelog **Changed** - Accessibility improvements to tooltip
…em#9871) ### Related Ticket(s) Fixes carbon-design-system#8996 ### Description Adds `Escape` logic to the `keydown` listener and a new `focusout` listener. Both will toggle the state of the tooltip only in the "closed" direction ### Changelog **Changed** - Accessibility improvements to tooltip
Related Ticket(s)
Fixes #8996
Description
Adds
Escape
logic to thekeydown
listener and a newfocusout
listener. Both will toggle the state of the tooltip only in the "closed" directionChangelog
Changed