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

Fixes the header's nav trigger button not closing the nav #1394

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

AMoo-Miki
Copy link
Collaborator

Signed-off-by: Miki miki@amazon.com

Description

After the EUI bump, clicking the nav trigger button quickly closes and opens the collapsible nav. outsideClickCloses of EuiCollapsibleNav defaulting to true was resulting in the click-outside being triggered when the nav button was clicked and that hid the nav before the click handler for the nav button being triggered to open it again.

Issues Resolved

#1391

Check List

  • New functionality includes testing.
    • All tests pass
      • yarn test:jest
      • yarn test:jest_integration
      • yarn test:ftr
  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff

Signed-off-by: Miki <miki@amazon.com>
@AMoo-Miki AMoo-Miki requested a review from a team as a code owner March 28, 2022 18:56
@kavilla kavilla linked an issue Mar 28, 2022 that may be closed by this pull request
Copy link
Member

@ananzh ananzh left a comment

Choose a reason for hiding this comment

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

LGTM

@AMoo-Miki AMoo-Miki merged commit 327bdaf into opensearch-project:main Mar 28, 2022
@kavilla kavilla added the v2.0.0 label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Collapsible nav quickly reopens when clicking the trigger buttin
4 participants