Bug 460132 - Impossible to drag suggested face tag to other face tag in sidebar (for reassignment)
Summary: Impossible to drag suggested face tag to other face tag in sidebar (for reass...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Faces-Workflow (show other bugs)
Version: 7.9.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-08 19:21 UTC by Jens
Modified: 2022-10-09 20:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 7.9.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2022-10-08 19:21:24 UTC
SUMMARY: see $SUBJECT

STEPS TO REPRODUCE
1. Let Digikam detect and suggest face tags
2. Drag a confirmed face tag onto another sidebar tag to reassign it - this works
3. Try to drag a suggested face tag onto a sidebar tag to reassign it

OBSERVED RESULT
Suggested face tag thumbnails are not draggable. Sometimes, rarely, it works, but most of the time it seems Digikam encounters a race condition between selection (a selection rectangle starts to appear, then freezes), the confirmation box with the label and the three buttons, and dragging.

EXPECTED RESULT
Suggested face thumbnails should be draggable just like normal face thumbnails.

SOFTWARE/OS VERSIONS: KDE Neon 20.04 with Digikam 7.9.0 from the 2022-10-02 appimage.
Comment 1 Maik Qualmann 2022-10-09 08:26:44 UTC
Git commit 68e7b2a170f9714d4ae297a0610ae5b4c52a179b by Maik Qualmann.
Committed on 09/10/2022 at 08:25.
Pushed by mqualmann into branch 'qt5-maintenance'.

fix AssignNameOverlay to not overlap thumbnail completely
FIXED-IN: 7.9.0

M  +2    -1    NEWS
M  +4    -4    core/app/items/overlays/assignnameoverlay.cpp

https://invent.kde.org/graphics/digikam/commit/68e7b2a170f9714d4ae297a0610ae5b4c52a179b
Comment 2 Jens 2022-10-09 20:16:58 UTC
Thank you! :-)