-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][Investigations] - Fix eql tab scrolling #181763
[Bug][Investigations] - Fix eql tab scrolling #181763
Conversation
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
</EuiFlexItem> | ||
</EuiFlexGroup> | ||
</TabHeaderContainer> | ||
<EuiFlexGroup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only change was moving the TabHeaderContainer
to wrap only the EqlQueryBar
@@ -213,62 +213,58 @@ export const EqlTabContentComponent: React.FC<Props> = ({ | |||
/> | |||
<FullWidthFlexGroup> | |||
<ScrollableFlexItem grow={2}> | |||
<EuiFlexGroup gutterSize="s" direction="column"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed unnecessary EuiFlexGroup
and EuiFlexItem
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Desk tested and code LGTM! Sorry I missed that when I reviewed your previous PR! :(
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary This issue only affects 8.14. Some wrappers were added unnecessarily to the correlations tab in Timeline preventing users from scrolling in this PR: elastic#179832 This PR fixes it by placing the structure more in line with how it was prior here: https://github.com/elastic/kibana/pull/179832/files#diff-a11ba69be2253bc1c3183eb6589e3f30b9ec6e77353364208e906526712562fe The fix: https://github.com/elastic/kibana/assets/17211684/fc288ab8-3cbf-4f4d-8303-4fb5e970dfcd (cherry picked from commit 11eb39b) # Conflicts: # x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/eql/header/index.tsx # x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/eql/index.tsx
# Backport This will backport the following commits from `main` to `8.14`: - [[Bug][Investigations] - Fix eql tab scrolling (#181763)](#181763) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Michael Olorunnisola","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-04-26T14:55:43Z","message":"[Bug][Investigations] - Fix eql tab scrolling (#181763)\n\n## Summary\r\n\r\nThis issue only affects 8.14.\r\n\r\nSome wrappers were added unnecessarily to the correlations tab in\r\nTimeline preventing users from scrolling in this PR:\r\nhttps://github.com//pull/179832\r\n\r\nThis PR fixes it by placing the structure more in line with how it was\r\nprior here:\r\nhttps://github.com//pull/179832/files#diff-a11ba69be2253bc1c3183eb6589e3f30b9ec6e77353364208e906526712562fe\r\n\r\nThe fix:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/17211684/fc288ab8-3cbf-4f4d-8303-4fb5e970dfcd","sha":"11eb39b4b6aa9eada1b7c3e63dc1490762d9d8ea","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Threat Hunting:Investigations","v8.14.0","v8.15.0"],"number":181763,"url":"https://github.com/elastic/kibana/pull/181763","mergeCommit":{"message":"[Bug][Investigations] - Fix eql tab scrolling (#181763)\n\n## Summary\r\n\r\nThis issue only affects 8.14.\r\n\r\nSome wrappers were added unnecessarily to the correlations tab in\r\nTimeline preventing users from scrolling in this PR:\r\nhttps://github.com//pull/179832\r\n\r\nThis PR fixes it by placing the structure more in line with how it was\r\nprior here:\r\nhttps://github.com//pull/179832/files#diff-a11ba69be2253bc1c3183eb6589e3f30b9ec6e77353364208e906526712562fe\r\n\r\nThe fix:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/17211684/fc288ab8-3cbf-4f4d-8303-4fb5e970dfcd","sha":"11eb39b4b6aa9eada1b7c3e63dc1490762d9d8ea"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/181763","number":181763,"mergeCommit":{"message":"[Bug][Investigations] - Fix eql tab scrolling (#181763)\n\n## Summary\r\n\r\nThis issue only affects 8.14.\r\n\r\nSome wrappers were added unnecessarily to the correlations tab in\r\nTimeline preventing users from scrolling in this PR:\r\nhttps://github.com//pull/179832\r\n\r\nThis PR fixes it by placing the structure more in line with how it was\r\nprior here:\r\nhttps://github.com//pull/179832/files#diff-a11ba69be2253bc1c3183eb6589e3f30b9ec6e77353364208e906526712562fe\r\n\r\nThe fix:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/17211684/fc288ab8-3cbf-4f4d-8303-4fb5e970dfcd","sha":"11eb39b4b6aa9eada1b7c3e63dc1490762d9d8ea"}}]}] BACKPORT-->
Summary
This issue only affects 8.14.
Some wrappers were added unnecessarily to the correlations tab in Timeline preventing users from scrolling in this PR: #179832
This PR fixes it by placing the structure more in line with how it was prior here: https://github.com/elastic/kibana/pull/179832/files#diff-a11ba69be2253bc1c3183eb6589e3f30b9ec6e77353364208e906526712562fe
The fix:
Screen.Recording.2024-04-25.at.2.34.33.PM.mov