[Bug]: Pressing 'x' in Image Viewer Doesn't Change Active Image When 'Hide Deleted' Active #93
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#93
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.31
Platform
Both
Steps to reproduce
Expected behavior
All images in current group are marked for deletion and the next group is made active.
Actual behavior
Everything appears to happen correctly except for the image viewer not updating the active image to the group that replaces the removed one
Additional context
No response
Root cause:
_on_dupe_delete_group(the X shortcut) tagged the group DELETE and advanced to the next group's data, but never told the image viewer to resync — unlike_on_dupe_group_prev/_on_dupe_group_next, which already call_resync_dupe_viewer_session()after switching groups._on_dupe_keep_besthad the same gap (also fixed).Fix implemented on branch
0.1.35/issue-99-dupe-viewer-resync(commit87289cb), with regression tests covering the "hide deleted" scenario from this report. Awaiting PR tomain.Fixed on branch
0.1.35/issue-99-dupe-viewer-resync(now rebased onto currentmain, including the CI fix from #106/#107 so this branch gets a real dev build). VERSION bumped to 0.1.36 and CHANGELOG updated. Opening a PR tomain.