GNOME Bugzilla – Bug 330672
GtkComboBox popup should disappear on press, not release
Last modified: 2018-05-02 14:15:44 UTC
When clicking outside of the popped up window the button is not closing when the button is pressed, instead it's closed when it's released. This behavior is fine when clicking *inside* the window, but for clicks outside it should be on pressed. This is how combobox entries behaves in both qt and win32.
well, menus behave the same way...
I guess menus should be changed aswell then.
It seems this is a more general inconsistency, though possibly with reasoning behind it all. On a quick tour through the widget-factory: things that react on release: * menu close (incl combobox) * buttons * switches * stackswitcher things that react on press: * combobox menu open * notebook tabs * spinbutton buttons * calendar * entry
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/256.