diff --git a/packages/eui/changelogs/upcoming/8140.md b/packages/eui/changelogs/upcoming/8140.md index ccd548863f5..9d5a7f2634a 100644 --- a/packages/eui/changelogs/upcoming/8140.md +++ b/packages/eui/changelogs/upcoming/8140.md @@ -1,3 +1,4 @@ **Accessibility** - When the tooltips components (`EuiTooltip`, `EuiIconTip`) are used inside components that handle the Escape key (like `EuiFlyout` or `EuiModal`), pressing the Escape key will now only close the tooltip and not the entire wrapping component. +- In `EuiModal` the close button is now placed **after** the header, in the DOM, for correctness in reading order.