[Discover][Lens] Right click on new Datatable when a flyout is open freezes the browser #100111
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Discover
Discover Application
Feature:Lens
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
upstream
Describe the bug:
When the new Datatable (
EuiDataGrid
) is below a flyout component (classic or custom as inLens
) then a right click action does freeze the browser.If two flyouts (stacked) are open on top of a Datatable also a left click can leads to the same result.
Steps to reproduce:
Right click scenario:
Left click scenario:Use the [Lens] Adds dynamic table cell coloring #95217 to create a datatableOpen a second flyout via editing the palette for a dimension/metricChange the paletteLeft click on a cell on the table🥶Fixed by Fix datagrid freezing on open flyout eui#4813
Expected behavior:
Browser/Window/Datatable does not freeze.
Any additional context:
We found out that keeping only a single
FocusTrap
enabled (used in flyouts) on the "left click" scenario manages to remove the bug in that specific case. There's still the pending issue with the "right click".We managed to track back this bug since Kibana 7.12 .
Will open an issue on the EUI repo to fix this upstream.
The text was updated successfully, but these errors were encountered: