Bug 166965

Summary: qt combobox only uses scrollbars if editable.
Product: [Fedora] Fedora Reporter: Murdoch Ravli <murdochrav>
Component: qtAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: /fedor/usr/share/doc/qt-devel-3.3.4/examples/listboxcombo/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-29 08:32:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Murdoch Ravli 2005-08-29 03:04:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041221

Description of problem:
This is all very strange as fedora core 3 with the same qt worked correcyly. But now a combobox with a lot of data obscures the whole screen if started as a none editable combobox. However if started with editable contents, the combobox works correctly. The example at /usr/share/doc/qt-devel-3.3.4/examples/listboxcombo/ illustrates this perfectly the left combobox looks just fine and the right side one is not correct. The only differnce between the two is that the left one is started as editable IE you can enter data into it I suspect this will have bad results with kde applications as well. 

Version-Release number of selected component (if applicable):
compile the qt listboxcombo example. The left combo box is correct, the right one is wrong.

How reproducible:
Always

Steps to Reproduce:
1.Compile usr/share/doc/qt-devel-3.3.4/examples/listboxcombo/listboxcombo
2. Run it.
3. Observe how the left comb box is correct and the right side one is wrong
  

Actual Results:  The left side combobox was correct and the right side one was wrong.

Expected Results:  Both combo boxes should look the same except for the left one being editable.

Additional info:

Comment 1 Than Ngo 2005-08-29 08:32:54 UTC

*** This bug has been marked as a duplicate of 157809 ***