Referenced in elastic/kibana#100111
Steps to reproduce:
- Click on toggle Flyout
- Right click on a Datatable cell
Live demo: https://codesandbox.io/embed/pensive-easley-mxz5s?fontsize=14&hidenavigation=1&theme=dark
From some initial debugging this is due to some conflicts around the FocusTraps used in both components (one in Flyout and one for each EuiDataGrid cell).
At the same time having multiple flyout stacked (as in Lens with elastic/kibana#95217 ) the same issue can be reproduced also with a left click.
Referenced in elastic/kibana#100111
Steps to reproduce:
Live demo: https://codesandbox.io/embed/pensive-easley-mxz5s?fontsize=14&hidenavigation=1&theme=dark
From some initial debugging this is due to some conflicts around the
FocusTraps used in both components (one in Flyout and one for each EuiDataGrid cell).At the same time having multiple flyout stacked (as in Lens with elastic/kibana#95217 ) the same issue can be reproduced also with a left click.