nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
12.04k stars 1.25k forks source link

[Snapshots] Snapshot images should allow copying #4018

Open akhenry opened 3 years ago

akhenry commented 3 years ago

The dialog for viewing snapshot images currently displays the image using a background image, rather than an image element. This prevents the user from right clicking and copying the image.

eg.

Screen Shot 2021-07-13 at 11 50 46 AM

In the image above the "copy image" option is missing from the context menu because the image is rendered as a background image instead of an image tag.

Screen Shot 2021-07-13 at 11 52 24 AM

By contrast, clicking on an image that has been implemented with an image tag shows the copy image option to a user.

charlesh88 commented 3 years ago

Fixed.

jvigliotta commented 2 years ago

Not sure if this is fixed, when I preview, that is still a background image. The small thumbnail isn't, but not sure why anyone would want that, it's so small.

Unrelated to this, another issue (file view rendering): https://github.com/nasa/openmct/issues/4383

unlikelyzero commented 2 years ago

To Verify