Version: 1.6.52 (using KDE 3.2.90 (3.3 alpha1, CVS >= 20040522), compiled sources) Compiler: gcc version 3.2.3 OS: Linux (i686) release 2.4.22 In the To: field composing a new message; I have a testuser "You User" with email "abc@user.com" in kaddressbook. In the above mode, I type e.g. "y" to start the name. I see the dropdown list with this testuser, but immediately the To: input field is erased. If I continue to type the "o", I suddenly see a highlighted blank and the "o" in the To: field
Hi Martin, assuming that you don't use an alpha version anymore, does this still happen?
This particular bug seems gone, but "Dropdown List+Automatic" is a bit broken indeed. The auto-inserted part in the lineedit should be selected, here it's not.
Dropdown List+Automatic still does not work correctly (KDE-3.5.5). Right-click on the To: field, select this mode, start to type "m" simply removes the "m" again. Next "m" does not appear at all. No other typed letter does appear any more.
SVN commit 603074 by schaarsc: address completion redesign - lookup: nickname, first/lastname, email, domain - disable unsupported completion modes - select first item in popup, pick with return CCBUG: 98691, 76739, 77342, 109798, 107945, 82699 M +1 -1 branches/work/kdepim-3.5.5+/libkdepim/Makefile.am M +174 -70 branches/work/kdepim-3.5.5+/libkdepim/addresseelineedit.cpp M +21 -3 branches/work/kdepim-3.5.5+/libkdepim/addresseelineedit.h A branches/work/kdepim-3.5.5+/libkdepim/kmailcompletion.cpp [License: LGPL (v2+)] A branches/work/kdepim-3.5.5+/libkdepim/kmailcompletion.h [License: LGPL (v2+)]
SVN commit 607833 by schaarsc: port of revsion 603074, 605966 address completion redesign - lookup: nickname, first/lastname, email, domain - disable unsupported completion modes - select first item in popup, pick with return BUG: 98691, 76739, 77342, 109798, 107945, 82699 M +6 -1 kdelibs/kabc/scripts/addressee.src.cpp M +1 -1 kdepim/libkdepim/Makefile.am M +174 -70 kdepim/libkdepim/addresseelineedit.cpp M +21 -3 kdepim/libkdepim/addresseelineedit.h A kdepim/libkdepim/kmailcompletion.cpp branches/work/kdepim-3.5.5+/libkdepim/kmailcompletion.cpp#603074 [License: LGPL (v2+)] A kdepim/libkdepim/kmailcompletion.h branches/work/kdepim-3.5.5+/libkdepim/kmailcompletion.h#603074 [License: LGPL (v2+)]