Bug 213155

Summary: Changing headings with down arrow does not work properly in the 'CSV Import' dialogue.
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-11-04 22:32:01 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KAB
- Go to file menu/Import/Import CSV file...
- click on the floppy disk button and browse to select a .csv file
- The headings are entitled 'Undefined'
- To change them into proper headings, click on the editable combo box and use ONLY the down arrow to try to select 'Car phone'.

When the cursor reaches the end of the visible list it shows the next item 'Business phone' and then goes back to the top of the list.
So you have to go to the end of the list again for the next item 'Car phone' to show up, so that you can select it.

Trunk, Svn Rev 1044595
Comment 1 Tobias Koenig 2009-11-05 13:56:54 UTC
Hej Sabine,

that's a regression in Qt 4.6 (you'll see the same behavior with every other QComboBox),
in Qt 4.5.3 it was working as expected.
I've filed a bug report (QTBUG-5454) today, so lets hope it get fixed for the final
release of Qt 4.6.

Ciao,
Tobias
Comment 2 Sabine Faure 2009-11-05 16:52:26 UTC
Hi Tobias,

Great, thx a lot ;o)