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 135330 - GtkComboBox popup window problems
GtkComboBox popup window problems
Status: RESOLVED DUPLICATE of bug 129463
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
unspecified
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-02-24 22:35 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Damon Chaplin 2004-02-24 22:35:19 UTC
If a GtkComboBox or GtkComboBoxEntry is near the bottom of the screen and
you select it to show the popup window, the items in the popup are positioned
incorrectly.

You can see this in testcombo.

The popup window looks like it might be positioned correctly, but the items
inside it are too low, leaving an empty space at the top of the popup
window, and the arrow for scrolling is displayed at the bottom.
Comment 1 Matthias Clasen 2004-02-24 22:44:24 UTC
I believe it behaves just like a regular scrolling menu, trying to
keep the first item at the place where it would ordinarily be: below
the entry.
Comment 2 Damon Chaplin 2004-02-24 22:56:26 UTC
Oh yes. The old GtkOptionMenu does it as well.

It really looks like a bug though. But not a 2.4 issue.
Comment 3 Matthias Clasen 2004-02-24 22:59:07 UTC

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