[Bug]: Image Viewer Mishandling Sequencing when Hiding Tags/Deleted is Active and a Tag is Added #84
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#84
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?
App version
0.1.30
Platform
Both
Steps to reproduce
Expected behavior
Actual behavior
Tagging an image
Pressing Delete in Image Viewer is Skipping Next Image When 'Hide Deleted' Selected
Additional context
No response
Implemented on branch
0.1.31/issue-54-60-77-78-82-84-ux.When tag/filter changes remove the viewer's active image (Hide Deleted, untagged-only, active tag filter):
_refresh_tag_filter_views()captures pre-invalidate session state and callsresync_after_scan()(forward-then-backward index pick) instead of keeping a stale index._on_viewer_delete_requested()skipsadvance_after_delete_marked()when Hide Deleted will prune the current image, preventing double-advance/skipped images.