Open logeekal opened 1 week ago
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations)
@logeekal I looked into this a bit more and it seems at least part of this (the actions menu) is actually a bug in EUI when EuiDataGrid
is rendered within EuiModal
. I created an issue for it here: https://github.com/elastic/eui/issues/8119.
I wasn't able to reproduce the issue where dragging the headers doesn't work at all directly in EUI, but it's possible these issues still might be related.
Thank you @davismcphee. this is a great find. We also have Timeline Integration tests which run as e2e test just for timeline component and does not render Timeline
in a modal and all tests pass there.
Summary
Recently
EUIDataGrid
andUnifiedDataTable
implemented the capability to enable reordering of columns by dragging them. See https://github.com/elastic/kibana/pull/197832.As per discussion here, when draggability of headers is enabled, All of the columns header operations such as
Move left
,Remove column
,Copy Column
stop working.We need to see why this is happening since it is standard EUI feature. If there are changes needed in Security solution to make it compatible, it should be looked into.