-
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] "Redesigned alert experience Tour" position is not updated after resizing the Alert Details Flyout #197492
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
… 8.14 (#198708) ## Summary We [added](#180318) a guided tour to the expandable flyout back in `8.14`. It is time to remove it as enough users have seen it. No UI changes other than the tour not showing up. ### How to test - clear local storage (more specifically remove the `securitySolution.documentDetails.newFeaturesTour.v8.14` key - open a alert or event details flyout and verify that the tour does not show up ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Should help solve #197492
… 8.14 (elastic#198708) ## Summary We [added](elastic#180318) a guided tour to the expandable flyout back in `8.14`. It is time to remove it as enough users have seen it. No UI changes other than the tour not showing up. ### How to test - clear local storage (more specifically remove the `securitySolution.documentDetails.newFeaturesTour.v8.14` key - open a alert or event details flyout and verify that the tour does not show up ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Should help solve elastic#197492 (cherry picked from commit 0aec5a8) # Conflicts: # x-pack/packages/security-solution/common/src/flyout/common/components/flyout_navigation.tsx # x-pack/plugins/security_solution/public/flyout/document_details/shared/utils/tour_step_config.tsx # x-pack/plugins/translations/translations/fr-FR.json # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
… 8.14 (elastic#198708) ## Summary We [added](elastic#180318) a guided tour to the expandable flyout back in `8.14`. It is time to remove it as enough users have seen it. No UI changes other than the tour not showing up. ### How to test - clear local storage (more specifically remove the `securitySolution.documentDetails.newFeaturesTour.v8.14` key - open a alert or event details flyout and verify that the tour does not show up ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Should help solve elastic#197492 (cherry picked from commit 0aec5a8) # Conflicts: # x-pack/packages/security-solution/common/src/flyout/common/components/flyout_navigation.tsx # x-pack/plugins/security_solution/public/flyout/document_details/shared/utils/tour_step_config.tsx # x-pack/plugins/translations/translations/fr-FR.json # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
… 8.14 (elastic#198708) ## Summary We [added](elastic#180318) a guided tour to the expandable flyout back in `8.14`. It is time to remove it as enough users have seen it. No UI changes other than the tour not showing up. ### How to test - clear local storage (more specifically remove the `securitySolution.documentDetails.newFeaturesTour.v8.14` key - open a alert or event details flyout and verify that the tour does not show up ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Should help solve elastic#197492 (cherry picked from commit 0aec5a8) # Conflicts: # x-pack/packages/security-solution/common/src/flyout/common/components/flyout_navigation.tsx # x-pack/plugins/security_solution/public/flyout/document_details/shared/utils/tour_step_config.tsx # x-pack/plugins/translations/translations/fr-FR.json # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
@vgomez-el can we close this ticket? |
… 8.14 (elastic#198708) ## Summary We [added](elastic#180318) a guided tour to the expandable flyout back in `8.14`. It is time to remove it as enough users have seen it. No UI changes other than the tour not showing up. ### How to test - clear local storage (more specifically remove the `securitySolution.documentDetails.newFeaturesTour.v8.14` key - open a alert or event details flyout and verify that the tour does not show up ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Should help solve elastic#197492 (cherry picked from commit 0aec5a8) # Conflicts: # x-pack/packages/security-solution/common/src/flyout/common/components/flyout_navigation.tsx # x-pack/plugins/security_solution/public/flyout/document_details/shared/utils/tour_step_config.tsx # x-pack/plugins/translations/translations/fr-FR.json # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
Sure thing @MadameSheema , bug can be considered as fixed since the tour removal. I have tested and validated that the tour is not displayed in 8.16 BC3: Thanks @PhilippeOberti for fixing the issue. |
Describe the bug:
When the Alert Details Flyout is resized, the guided tour indicator fails to update its position accordingly. This causes the tour pointer to reference incorrect locations within the interface, leading to misaligned guidance for users.
Kibana/Elasticsearch Stack version:
8.16 BC1
Server OS version:
Browser and Browser OS versions:
Google Chrome
Elastic Endpoint version:
Original install method (e.g. download page, yum, from source, etc.):
Cloud deployment
Functional Area (e.g. Endpoint management, timelines, resolver, etc.):
Alert Details Flyout
Steps to reproduce:
Preconditions: User should have alert listed on Alerts table
Current behavior:
Tour indicator position is not updated properly
Expected behavior:
Tour position should be updated according to the resize of the flyout
Screenshots (if relevant):
https://github.com/user-attachments/assets/99986731-abf3-452b-9df2-add323bffe5f
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context (logs, chat logs, magical formulas, etc.):
The text was updated successfully, but these errors were encountered: