GNOME Bugzilla – Bug 678636
combo boxes can't be used if the theme set transition time
Last modified: 2017-08-30 12:44:52 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
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.