-
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
[Security Solution] UI breaks when click on full screen icon under Timeline #137043
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
This is a strange bug, seems like the issue is being caused by https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability/public/pages/alerts/containers/alerts_page/styles.scss which has existed for a year no problem and was previously only active in styles when within the observability app |
Hello @kqualters-elastic , @MadameSheema I checked out latest main but I do not see the issue? Could you please point out if I am missing something Screen.Recording.2022-07-28.at.16.21.16.mov? |
@logeekal the underlying content is hidden now, which is better (and suggests that the bug was created outside of security solution code), but it still shouldn't have that gap of 72px of gray space at the top. |
Hello @kqualters-elastic , It looks like (not 100% sure) the problem has been there but it was hidden and it resurfaced with this line of code 4 months ago. It adds Before that, above mentioned css was not being applied, instead, below style( see screenshot) is being applied. Because of this, full screen timeline aligns perfectly to the header, which doesn't seem like a bug.( See the video for more details ) Screen.Recording.2022-07-29.at.12.56.22.movError exists in SIEM as well when we take below steps:
|
@logeekal can you please clarify in which release(s) the fix is going to be present? The issue is labeled to target 8.4.0 but on the PR the version label is 8.5.0. Thanks |
Pending to be validated. |
In PR, I have mentioned labels Sorry If that caused confusion. |
Np!! My bad!! Missed the label, I'm used to the old way 🫣 Sorry @logeekal and thanks for the clarification 😊 |
Pending to be validated on BC4. |
no problem.. 👍 |
Hi Team, We have validated this issue on LATEST 8.4.0 SNAPSHOT build and observed that issue is Fixed. Please find the below Testing Details: Build info
Screen-cast timeline.mp4cc: @MadameSheema Thanks!! |
Fixed in BC4! |
Describe the bug
UI breaks when click on full screen icon under Timeline
Build info
Preconditions
Steps to Reproduce
Actual Result
UI breaks when click on full screen icon under Timeline
Expected Result
Page should not break when click on full screen icon under Timeline
Screen-cast
timeline.mp4
The text was updated successfully, but these errors were encountered: