Skip to content

Allow ESC to propagate if EuiPopover is not open#2089

Merged
thompsongl merged 5 commits intoelastic:masterfrom
thompsongl:2042-popover-esc
Jul 8, 2019
Merged

Allow ESC to propagate if EuiPopover is not open#2089
thompsongl merged 5 commits intoelastic:masterfrom
thompsongl:2042-popover-esc

Conversation

@thompsongl
Copy link
Copy Markdown
Contributor

@thompsongl thompsongl commented Jul 3, 2019

Summary

Fixes #2042, in which a closed EuiPopover inside of an open EuiPopover will catch the ESC key press and prevent event propagation, preventing the open EuiPopover from closing.
More generally, this solution will allow propagation regardless of nesting/location if the EuiPopover is not open.

Checklist

- [ ] This was checked in mobile
- [ ] This was checked in IE11
- [ ] This was checked in dark mode
- [ ] Any props added have proper autodocs
- [ ] Documentation examples were added

  • A changelog entry exists and is marked appropriately
  • This was checked for breaking changes and labeled appropriately
  • Jest tests were updated or added to match the most common scenarios

- [ ] This was checked against keyboard-only and screenreader scenarios
- [ ] This required updates to Framer X components

@thompsongl thompsongl requested a review from chandlerprall July 3, 2019 21:09
@thompsongl
Copy link
Copy Markdown
Contributor Author

(shakes fist at #1999)

jenkins test this

Copy link
Copy Markdown
Contributor

@chandlerprall chandlerprall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes LGTM!

@thompsongl thompsongl merged commit 58473fa into elastic:master Jul 8, 2019
@thompsongl thompsongl deleted the 2042-popover-esc branch July 8, 2019 15:56
@snide snide mentioned this pull request Jul 12, 2019
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

Successfully merging this pull request may close these issues.

Child EuiPopover prevents parent EuiPopover from closing via ESC

2 participants