[telepathy] [Bug 333563] Telepathy contactlist is too fast to filter/search as you type; makes UI unresponsive on 1000s contacts
Martin Klapetek
mklapetek at kde.org
Fri Apr 18 08:40:25 BST 2014
https://bugs.kde.org/show_bug.cgi?id=333563
Martin Klapetek <mklapetek at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CONFIRMED
CC| |mklapetek at kde.org
Ever confirmed|0 |1
--- Comment #1 from Martin Klapetek <mklapetek at kde.org> ---
Thanks for the report.
I can confirm this happening. I guess we could add a simple
if (contacts.size() > 500) {
delaySearching();
}
Btw. in the meantime you can also use KRunner to search for your contacts, that
should be way more responsive ;)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list