-
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] Download icon looks like a share icon #121759
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Fixed in #122870 @MadameSheema ready for QA check! |
Thanks @yctercero!! :) Is there any reason why this fix is targeting 8.1 and not 8.0? Thanks 😊 |
Addresses elastic#121758 and elastic#121759. Updates exceptions table export icon to be "download" icon and updates exceptions table header to use native EUI page headers. (cherry picked from commit 8c0fbdf)
Backport to 8.0 started - #123787 |
Addresses #121758 and #121759. Updates exceptions table export icon to be "download" icon and updates exceptions table header to use native EUI page headers. (cherry picked from commit 8c0fbdf) Co-authored-by: Kibana Machine <[email protected]>
@deepikakeshav-qasource please validate the following fix on latest 8.0-rc2, thanks! :) |
Hi @MadameSheema , We have validated this issue on 8.0.0 RC2 BC4 and observed that issue is Fixed. Download icon is displaying under exceptions tab. Please find below testing details: Build Details:
Hence, We are closing this issue and marking as QA Validated. |
Describe the bug:
On the exceptions page the download icon looks similar to a share icon
Kibana/Elasticsearch Stack version:
v 7.16.1
Original install method (e.g. download page, yum, from source, etc.):
Eden
Current behavior:
Clicked the share icon expecting to be able to share the list, but was asked to download the list.
Expected behavior:
Change the icon to a download icon. We should think about if we're adding this so that users can actually share the list, if that's the case we should make it easy for them to share and not force them to download the list. If there are technical limitations around sharing, (maybe because lists don't have unique URL's in the app?) we should make it clear to users that they need to download the list then share it.
The
aria-label="Export exception list"
suggests that this is about downloading the list rather than sharing.Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: