You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue relates to Elastic Kibana issue #199448. When a tooltip element inside an EuiFlyout is focused, pressing the ESC key is expected to close only the tooltip. Currently, however, pressing ESC closes the entire EuiFlyout.
This behavior has been observed with IconTip and EuiCard (for badges) and may affect other tooltip elements as well.
To Reproduce
In Storybook, create or update an EuiFlyout with the following body:
<EuiFlyoutBody>
Flyout body <EuiIconTipcontent={'test'}/></EuiFlyoutBody>
Use the keyboard to focus on EuiIconTip and press ESC.
Expected Behavior : Only the tooltip should close.
Describe the Problem
This issue relates to Elastic Kibana issue #199448. When a tooltip element inside an
EuiFlyoutis focused, pressing the ESC key is expected to close only the tooltip. Currently, however, pressing ESC closes the entireEuiFlyout.This behavior has been observed with
IconTipandEuiCard(for badges) and may affect other tooltip elements as well.To Reproduce
In
Storybook, create or update anEuiFlyoutwith the following body:Use the keyboard to focus on
EuiIconTipand press ESC.Expected Behavior : Only the tooltip should close.
Screenshots
Screen.Recording.2024-11-11.at.15.14.13.mov