Bug 227992

Summary: Search field should not lost focus if nothing was found
Product: [Applications] digikam Reporter: Tenno Seremel <mystra.x64>
Component: Searches-EngineAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.1.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 1.2.0

Description Tenno Seremel 2010-02-22 00:55:00 UTC
Version:           1.1.0-1 (using KDE 4.3.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Currently when you search something and nothing was found search field loses its focus. That means you can type right away your new search terms. It should do that only when there was some image to focus.
Comment 1 Andi Clemens 2010-02-22 07:04:31 UTC
Confirmed, this annoyed me too in the last days ;-)
Comment 2 Andi Clemens 2010-02-23 21:03:44 UTC
SVN commit 1095186 by aclemens:

Do not steal focus when using simple search

BUG:227992

 M  +3 -2      NEWS  
 M  +1 -1      utilities/searchwindow/searchtabheader.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1095186
Comment 3 Tenno Seremel 2010-02-23 21:16:57 UTC
(I haven't seen it yet but) That was fast, thanks :}
Comment 4 Andi Clemens 2010-02-23 21:27:32 UTC
To be more precise: focus was always lost, not only on empty result sets. This also means that if you type too slow, search will be started and focus will be lost.