After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 553480 - GtkCombo popup list display blank items when near bottom of screen
GtkCombo popup list display blank items when near bottom of screen
Status: RESOLVED DUPLICATE of bug 129463
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
2.12.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-09-23 22:24 UTC by Duong
Modified: 2008-09-28 02:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Snapshot of the File Management Preference dialog with popup list in combo box showing. (56.42 KB, image/jpeg)
2008-09-23 22:27 UTC, Duong
Details

Description Duong 2008-09-23 22:24:36 UTC
Please describe the problem:
In a read-only combo, when the popup list is displayed close to the bottom of the screen, blank items are created to fill the top part of the popup list. 

Steps to reproduce:
1. open any dialog with a combo box (eg. the preference page of Nautilus file browser)
2. move the dialog so that the combo is near the bottom of the screen
3. select the combobox to display the popup list


Actual results:
The popup list shows the items of the combo box but the first few lines are blank and the first item is displayed part way in the list.

Expected results:
All the items should be displayed in the popup list without the blank items.

Does this happen every time?
Yes.

Other information:
The popup list is forced to move up the screen to avoid from being clipped (going off the screen) but it displays blank items at the top instead of the actual items.
Comment 1 Duong 2008-09-23 22:27:43 UTC
Created attachment 119264 [details]
Snapshot of the File Management Preference dialog with popup list in combo box showing.
Comment 2 Matthias Clasen 2008-09-28 02:45:29 UTC

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