GNOME Bugzilla – Bug 676012
Inconsistency in the appearance of GtkComboBox and GtkComboBoxEntry's popup lists
Last modified: 2017-08-24 22:28:03 UTC
To see the problem, run the very simple pygtk script attached and pop up the two widgets' lists. The GtkComboBox's list pops up with the selected item already in view, as it should, whereas GtkComboBoxEntry's list always shows the top, no matter what item is selected. Now, if the text entry contained some text that isn't on the list, this would be normal, but when the text /is/ on the list, GtkComboBoxEntry should behave like GtkComboBox. gtk2 version: 2.24.10. Operating system: Arch Linux, 64 bit.
Created attachment 213983 [details] Test case.
*** This bug has been marked as a duplicate of bug 156017 ***