Summary: | Confirmed faces incorrectly confirms the next face in the list when using the keyboard | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Marshalleq <atoms> |
Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.6.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marshalleq
2025-02-19 00:51:50 UTC
The issue has already been reported as Bug 499739. The problem is that we cannot reproduce it. I will look into it again. Maik I think you're clearly holding down the enter key for too long. To reduce flicker effects, we first remove the items from view and then apply the face engine. This means that further input is available almost immediately. Let's see how we solve this... Maik (In reply to Maik Qualmann from comment #2) > I think you're clearly holding down the enter key for too long. To reduce > flicker effects, we first remove the items from view and then apply the face > engine. This means that further input is available almost immediately. Let's > see how we solve this... > > Maik While I can see the logic in your suggesting this, I can assure you I know how to press an enter key properly. I have wondered if there is something sending a duplicate press but I would be seeing it on other things - I use computers extensively for my work and would have noticed. As an aside, I am using a wireless Mac keyboard - if you think it's really important I could try a standard USB PC keyboard and press enter on instead to see if there's a difference, however I note the other person with this referenced below was running linux. I could also try that and see if there's a difference if that helps in any way. Thanks. Also, just to note that so far this is 100% repeatable for me every time. I can't actually stop it from happening. And it's been happening for about a week since I started face tagging getting back from holiday. At first I thought it was auto detecting a similar image on the right (as I have a few duplicates) but then I realised it was just any image on the right and it resulted in a lot of incorrect tags. Please advise if there is any info I can provide given it's so reproducible. I could probably do a screen record if necessary. Git commit 515cee44b791e6a27301cc6445f16cdadabe1e72 by Maik Qualmann. Committed on 19/02/2025 at 11:28. Pushed by mqualmann into branch 'master'. restore almost previous behavior when confirming faces Related: bug 499739 M +33 -33 core/app/items/views/digikamitemview.cpp https://invent.kde.org/graphics/digikam/-/commit/515cee44b791e6a27301cc6445f16cdadabe1e72 |