Bug 368124 - Face tag inside album view is case sensitive
Summary: Face tag inside album view is case sensitive
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Faces-Workflow (show other bugs)
Version: 5.3.0
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 21:15 UTC by Stefano
Modified: 2017-08-15 18:21 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefano 2016-09-01 21:15:38 UTC
When you add a tace tag inside album view the input box is case sensitive, it should better be case insensitive as it is in the batch face detection view.

Reproducible: Always
Comment 1 Stefano 2016-11-01 21:21:49 UTC
To me, this is fixed in 5.3.0 AppImage.
Comment 2 Mick Sulley 2016-11-08 09:54:21 UTC
I just tested this in the latest appimage and it is still a problem for me.  In version 4 it was fine but all version 5 are case sensitive which is very annoying.
Comment 3 Stefano 2016-11-14 19:10:06 UTC
Actually yes, the bug is still there.
Comment 4 Maik Qualmann 2016-12-29 11:44:51 UTC
Git commit 949e7bf27067af3ebb48685b31c7b58a3e57b736 by Maik Qualmann.
Committed on 29/12/2016 at 11:42.
Pushed by mqualmann into branch 'master'.

fix completion mode for manual face tagging
Related: bug 374185, bug 372481, bug 284780, bug 360155
FIXED-IN: 5.4.0

M  +6    -1    NEWS
M  +40   -2    libs/tags/addtagscombobox.cpp
M  +8    -0    libs/tags/addtagscombobox.h
M  +7    -3    libs/tags/tagscompleter.cpp
M  +10   -0    utilities/facemanagement/assignnamewidget.cpp
M  +2    -0    utilities/facemanagement/assignnamewidget.h
M  +9    -1    utilities/facemanagement/facegroup.cpp

https://commits.kde.org/digikam/949e7bf27067af3ebb48685b31c7b58a3e57b736
Comment 5 Mick Sulley 2016-12-30 21:25:27 UTC
Just tested in Build date: Dec 29 2016 (target: debug)
Rev.: 949e7bf27067af3ebb48685b31c7b58a3e57b736
It is sort of fixed.
It is not case sensitive on matches any more, but only matches on alternate characters.  To explain, trying to tag Sheila Sulley
Type 's' lower case, and it gives a list containing loads of stuff starting with 's'
Type 'h', so I now have 'sh' in the input box, the match list has gone.
Type 'e', so I now have 'she' in the input box, the list is back and restricted to entries starting 'she' 
It is not just on odd numbered characters, if you click on another window when on an odd character and then come back the list is empty, adding more characters then lists on even ones only.
Also the suggestion list still contains non people tags, I will update that bug as well.
Comment 6 Maik Qualmann 2016-12-30 22:44:51 UTC
The problem with the hiding of the popup after every 2. character I will also still fix.

Maik