Summary: | focus textbox for identifying faces gets lost too easily (and other issues) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon Oosthoek <kdebugs> |
Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.1.0 | |
Sentry Crash Report: |
Description
Simon Oosthoek
2011-08-04 17:48:38 UTC
I read a lot of duplication with 279199 here, so I concentrate on the swipe-select issue. Question: What do you mean with "swipe-select method", how am I supposed to reproduce this? with swipe method, I mean selecting the text in the text-box with the mouse. The focus leaves the text-box when the mousepointer "overshoots" to the left panel containing the tags. This is confusing when the mouse-settings in the desktop is not focus follows mouse, but focus upon click. Obviously this is inside a single program's window, so digikam is using a different focus style than the desktop.
As for similarity with #279199, I saw the comment:
> The name's should now be "selected" so if you just type, it is deleted. Works
> like Browser address bars on Windows.
I checked and I see that at first the text is selected, but after a while, the selection isn't visible or the text isn't selected any more, thus my method of swiping to select and subsequent problems.
BTW, I really don't like it when Linux programs are compared to Windows programs as if one should know those. I have no way of comparing it since I've not been on Windows for over 10 years.
Git commit ef191829705275f07e5221c1e49641e624f333a7 by Marcel Wiesweg. Committed on 13/08/2011 at 15:37. Pushed by mwiesweg into branch 'master'. When the user clicks in the AssignNameOverlay line edit, enter persistent mode That means that the line edit is fixed on the item and is not easily hidden. This may introduce new cases where the overlay is too persistent, these need to be reported and fixed then. BUG: 279402 M +2 -1 NEWS M +49 -11 digikam/items/assignnameoverlay.cpp M +1 -0 digikam/items/assignnameoverlay.h M +9 -2 libs/widgets/itemview/imagedelegateoverlay.cpp http://commits.kde.org/digikam/ef191829705275f07e5221c1e49641e624f333a7 |