image metadata cannot be copied to clipboard #1074

Closed
opened 2026-02-05 00:21:13 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @uhthomas on GitHub (Jul 9, 2023).

The bug

I want to copy the filename, but can't because Immich is quite aggressively pushing the image to the clipboard instead.

image

The OS that Immich Server is running on

N/A

Version of Immich Server

v1.65.0

Version of Immich Mobile App

N/A

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

N/A

Additional information

No response

Originally created by @uhthomas on GitHub (Jul 9, 2023). ### The bug I want to copy the filename, but can't because Immich is quite aggressively pushing the image to the clipboard instead. ![image](https://github.com/immich-app/immich/assets/9749173/4d5e0792-b381-491d-9354-bd30f349e54a) ### The OS that Immich Server is running on N/A ### Version of Immich Server v1.65.0 ### Version of Immich Mobile App N/A ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps ```bash N/A ``` ### Additional information _No response_
OVERLORD added the good first issue🖥️web labels 2026-02-05 00:21:13 +03:00
Author
Owner

@jrasm91 commented on GitHub (Jul 9, 2023):

I've seen this too, seems like we should prevent the custom action when there is text selected.

@jrasm91 commented on GitHub (Jul 9, 2023): I've seen this too, seems like we should prevent the custom action when there is text selected.
Author
Owner

@tranquanghuy0801 commented on GitHub (Jul 13, 2023):

Hi @jrasm91 @bo0tzz @uhthomas , I am really interested in this app and would like to start contributing to this.

Just to clarify on this bug so I can make a PR, I believe that we want to limit the place where can we can copy the selected image, for now if I press Ctrl + C anywhere in the browser, it auto shows the Copied image to clipboard. Is this correct?

@tranquanghuy0801 commented on GitHub (Jul 13, 2023): Hi @jrasm91 @bo0tzz @uhthomas , I am really interested in this app and would like to start contributing to this. Just to clarify on this bug so I can make a PR, I believe that we want to limit the place where can we can copy the selected image, for now if I press Ctrl + C anywhere in the browser, it auto shows the `Copied image to clipboard`. Is this correct?
Author
Owner

@jrasm91 commented on GitHub (Jul 13, 2023):

Essentially, yes. In photo-viewer.svelte we should not process the keyboard event, prevent the default behavior etc., if there is currently a range selection.

@jrasm91 commented on GitHub (Jul 13, 2023): Essentially, yes. In `photo-viewer.svelte` we should not process the keyboard event, prevent the default behavior etc., if there is currently a range selection.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1074