Bug 213155 - Changing headings with down arrow does not work properly in the 'CSV Import' dialogue.
Summary: Changing headings with down arrow does not work properly in the 'CSV Import' ...
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 22:32 UTC by Sabine Faure
Modified: 2009-11-05 16:52 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 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)