mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
UI issue when thumbnail is missing #258
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alxjsn on GitHub (May 15, 2020).
Originally assigned to: @lastzero on GitHub.
When a thumbnail is missing for a photo/video, all the following thumbnails end up opening incorrect photos when they are clicked. I was able to reproduce the issue on the demo site.
Go to
https://demo.photoprism.org/photos?view=cards&order=similar&public=true&quality=3and notice that the first thumbnail is missing. Clicking on any of the other photos to enlarge them opens the wrong photo.@alxjsn commented on GitHub (May 15, 2020):
This may also be related to #28
I notice a lot of missing thumbnails for live photo (videos) when grouping by similar.
@lastzero commented on GitHub (May 16, 2020):
Thanks for reporting this.
@lastzero commented on GitHub (May 16, 2020):
How did you manage to remove the thumbnail on the demo? Did you hack the API and/or is this a second bug? I can see a thumb in the edit dialog, just not in search results...
@alxjsn commented on GitHub (May 16, 2020):
I actually didn't have to do anything in th demo, so I guess it's another bug. I think it happens for videos/live photos in my instance.
@lastzero commented on GitHub (May 16, 2020):
Nevermind, figured it out. Had to change a few things to make "group by similarity" work with videos, same for search by color.
@lastzero commented on GitHub (May 16, 2020):
Updated demo and docker images :)
@alxjsn commented on GitHub (May 16, 2020):
Thanks for fixing this! Works for me now :)