Bug 247492 - Just typing (folder filter) doesn't work without additional click
Summary: Just typing (folder filter) doesn't work without additional click
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: commands and actions (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 11:28 UTC by Elias Probst
Modified: 2010-08-17 10:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2010-08-12 11:28:50 UTC
Version:           unspecified (using KDE 4.5.0) 
OS:                Linux

KMail2 4.5 SVN 20100811

When trying to use KMail2 without using the mouse a lot, there's a showstopper when using the move/copy to feature - filtering the list of folders by just starting to type doesn't work without an additional click in the folderlist.

Reproducible: Always

Steps to Reproduce:
1. Select a message in the message list
2. Push m (move to) or c (copy to)
3. Start typing to filter the list of folders as advertised by the shown dialog

Actual Results:  
The message list is not filtered.
It only works when pressing TAB once or clicking somewhere in the list of folders below.

Expected Results:  
Being able to start instantly typing after opening the dialog.
Comment 1 Elias Probst 2010-08-12 11:39:14 UTC
According to dfaure, this was fixed in trunk by till, so a backport to 4.5 is needed.
Comment 2 Till Adam 2010-08-13 15:08:45 UTC
My changes went into 4.5 branch first, actually. Type ahead filtering works fine there, for me, I use it a gazillion times a day :). What exactly does not work for you, do you get the search string shown in parenthesis, like so: (lettersyoutyped), after you tab'ed into the listview?
Comment 3 Laurent Montel 2010-08-16 13:45:02 UTC
SVN commit 1164282 by mlaurent:

Fix bug #247492
BUG: 247492


 M  +1 -0      folderselectiondialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1164282
Comment 4 Elias Probst 2010-08-17 10:43:10 UTC
Thanks for the fix.