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
In Security Solution, issue is only visible in Event Rendered view because of 2 reasons
It has Lines per row as auto
When the row count < 20, the table height is also set to auto or undefined which is when the issue occurs.
Expected behavior
A clear and concise description of what you expected to happen.
Minimum reproducible sandbox
It is extremely helpful for us if you are able to reproduce your issue in a minimum reproducible sandbox (visit our docs site and click the CodeSandbox logo in the top-right corner).
Screenshots
Attached above
Additional context
There can be 2 reasons that fix is not working in 8.16 and 8.17:
Fix is not backported correctly.
Fix is not compatiable with 8.16/8.17 for some reason.
Describe the bug
EuiDatagrid height is calculated correctly when the rows are of
autoheight.Impact and severity
Medium - It is annoying for the user and at times, makes the table unusable.
Environment and versions
To Reproduce
Steps to reproduce the behavior:
This error occurs when below 2 conditions are true
Lines per Rowin Datagrid isautoundefinedorauto.A little background.
The Issue was originally raised here and fixed here.
Consequently, back-port was raised for below branches :
The fix seems to be working in
9.0.0and9.1.0but not in backport branches of8.17and8.16. Please see the issue replicable in below videosalert_table_event_renderer_issue_9.0-beta.mp4
alert_table_event_renderer_issue_8.16-backport.mp4
Note
In Security Solution, issue is only visible in
Event Rendered viewbecause of 2 reasonsLines per rowasautoautoorundefinedwhich is when the issue occurs.Expected behavior
A clear and concise description of what you expected to happen.
Minimum reproducible sandbox
It is extremely helpful for us if you are able to reproduce your issue in a minimum reproducible sandbox (visit our docs site and click the CodeSandbox logo in the top-right corner).
Screenshots
Attached above
Additional context
There can be 2 reasons that fix is not working in
8.16and8.17:8.16/8.17for some reason.