You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When hovering on a scene cover in tagger view, it "blanks" the cover image when preview is not generated.
To Reproduce
Steps to reproduce the behavior:
Go to scene tagger
Hover on the scene cover for a scene where preview is not generated
Image goes blank
404 message appears in console, although this is also the case for grid view when preview does not exist: HTTP load failed with status 404. Load of media resource <scheme>://<stash-url>/scene/<scene-id>/preview failed.
Expected behavior
Expect hovering on the cover in tagger view to have the same behavior as grid view: hovering on the image should not "blank" the image if preview for that scene is not generated.
Additional context
I think that either some logic needs to be put in place to disable trying to load preview if it is not generated or at minimum handle it like in grid view where the cover image does not get "blanked".
Would also be nice if #4022 could be integrated into tagger view.
The text was updated successfully, but these errors were encountered:
Describe the bug
When hovering on a scene cover in tagger view, it "blanks" the cover image when preview is not generated.
To Reproduce
Steps to reproduce the behavior:
404 message appears in console, although this is also the case for grid view when preview does not exist:
HTTP load failed with status 404. Load of media resource <scheme>://<stash-url>/scene/<scene-id>/preview failed.
Expected behavior
Expect hovering on the cover in tagger view to have the same behavior as grid view: hovering on the image should not "blank" the image if preview for that scene is not generated.
Screenshots
Stash Version: v0.23.0 (eca2f9b)
Desktop:
Additional context
I think that either some logic needs to be put in place to disable trying to load preview if it is not generated or at minimum handle it like in grid view where the cover image does not get "blanked".
Would also be nice if #4022 could be integrated into tagger view.
The text was updated successfully, but these errors were encountered: