LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
7.01k stars 309 forks source link

Precise timestamp cannot be added when editing date and time #1436

Open dDiverVS opened 1 month ago

dDiverVS commented 1 month ago

🐛 Bug Report

📝 Description of issue:

When editing a picture without timestamp you cannot enter all the date and time details as the UI will keep deleting them when switching for example to the minutes or seconds selector.

🔁 How can we reproduce it:

Edit any picture without timestamp (I can provide them if needed) and try to add a timestamp from the UI

Please provide additional information:

mbdevpl commented 1 month ago

I'm also experiencing this issue. For me the platform is slightly different (linux not Windows, and CPU-only not GPU):

This is how I access the timestamp edit:

Screenshot from 2024-10-17 19-23-50 Screenshot from 2024-10-17 19-24-17 Screenshot from 2024-10-17 19-29-46

After selecting a date, I enter time, and then enter hours and minutes. After that, typing anything in seconds field resets the time input to --:--:-- and unselects the selected date.

Screenshot from 2024-10-17 19-30-17 Screenshot from 2024-10-17 19-24-40 Screenshot from 2024-10-17 19-30-31

Also after changing the order of entry, e.g. entering minutes and seconds first, typing anything in hours field resets the time input to --:--:-- and unselects the selected date.

Screenshot from 2024-10-17 19-25-01