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 678636 - combo boxes can't be used if the theme set transition time
combo boxes can't be used if the theme set transition time
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-06-22 14:26 UTC by Sebastien Bacher
Modified: 2017-08-30 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2012-06-22 14:26:40 UTC
Using gtk 3.5.4

edit gtk.css and add this:

GtkComboBox,
.button {
    transition: 100ms ease-in-out;
}

* Launch 'gtk3-demo'
* In the list double-click on 'Combo Box'
* Try to change the value in the combo boxed 'Some stock icons' or 'Where are we'

The user cannot change the selection it always goes back to the default value
Comment 1 Daniel Boles 2017-08-30 12:44:52 UTC
I can't reproduce this on GTK+ 3.22, with the required updates to the CSS, in either menu or list mode.

Please reopen if you have a current test case.