You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
FocusTrapenabled (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.