GNOME Bugzilla – Bug 751910
Headerbar - Buttons doesn't work until focus is changed
Last modified: 2015-07-06 13:52:17 UTC
Created attachment 306721 [details] C test case In some cases buttons of headerbar don't work until the focus is changed. I attached a sample test: - works with 3.16.4 - doesn't work with master - works with master if I revert commit 91fac8b5aa44bf045b912d4b3720e84a4a51e70c - works with master if I swap the following rows: gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (headerbar), FALSE); gtk_widget_show_all (headerbar);
"don't work" is too generic: I think that if I click on "Click Me" the callback is performed and "Look Me" becomes disabled. But the visual changes aren't showed until the focus is changed.
This should be fixed with commit 8d3737e4e376bc6dcd4d581cbd34aa2ae3396c59.