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

Fix datagrid freezing on open flyout #4813

Merged
merged 5 commits into from
May 25, 2021
Merged

Conversation

flash1293
Copy link
Contributor

Fixes #4799

As described in the issue, this applies a quick fix to prevent the browser from freezing when using flyout together with datagrid.

I had to clean up some potential dangling timeouts in popover because they were failing the tests (as I'm waiting for the next tick in the data grid cell unit test, some leftover timeouts from other tests got triggered)

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_4813/

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_4813/

@flash1293 flash1293 requested a review from thompsongl May 20, 2021 16:37
Copy link
Contributor

@thompsongl thompsongl left a comment

Choose a reason for hiding this comment

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

LGTM; thanks @flash1293
Ran locally using a recreation of the codesandbox repro

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.

[EuiDataGrid][EuiFlyout] Browser crashes on click if flyout is over EuiDataGrid
4 participants