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

EuiContextMenu is unclickable after going to nested menu #3547

Closed
toanjsonar opened this issue Jun 3, 2020 · 5 comments · Fixed by #3656
Closed

EuiContextMenu is unclickable after going to nested menu #3547

toanjsonar opened this issue Jun 3, 2020 · 5 comments · Fixed by #3656
Assignees
Labels

Comments

@toanjsonar
Copy link

This issue can be seen in demo page of EuiContextMenu (https://elastic.github.io/eui/#/navigation/context-menu).

I see this issue on Chrome Version 83.0.4103.61 (Official Build) (64-bit) but cannot reproduce it on Firefox.

EuiContextMenu_unclickable

@snide
Copy link
Contributor

snide commented Jun 4, 2020

I was able to replicate this after upgrading chrome. Specifically it looks like the click events get locked when you switch between them quickly. Wouldn't be surprised if something with the focus trap is causing issues.

@snide snide added the bug label Jun 4, 2020
@snide snide added the :urgent: label Jun 23, 2020
@thompsongl
Copy link
Contributor

Still able to reproduce the issue in my WIP focus trap update branch.
There are some suspect prop type warnings in the console that I'll look into. Can confirm that Firefox appears to be unaffected (although it does log the same warnings).

@thompsongl thompsongl self-assigned this Jun 23, 2020
@thompsongl
Copy link
Contributor

@toanjsonar For clarification, have you seen this error occur outside of the EUI docs example?

@toanjsonar
Copy link
Author

@thompsongl yes, one of company projects is using Eui, and I found this error there. Then I tried whether it occurs on Eui docs or not.

@thompsongl
Copy link
Contributor

Thanks for helping!

Troubleshooting update:
I was able to get a standalone EuiContextMenu "stuck" in Chrome. That is, no popover or focus trap. Not sure what to make of it yet.

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 a pull request may close this issue.

3 participants