GNOME Bugzilla – Bug 764080
Missing "checked" state for checkboxes used in popover menu
Last modified: 2016-03-23 15:15:57 UTC
In nautilus popover menu (e.g. after click View menu in toolbar) there are used GtkModelButton instead of standard GtkCheckButton. The result is that the standard "checked" state is not set as expected and we are no able to test it wit automated tests. I can see two options: 1) Change the check box back to GtkCheckButton (preferred) 2) Somehow add the "checked" to the GtkModelButton used in popover menu This was observed in git master, version 3.19.2. This is actually blocker for https://bugzilla.gnome.org/show_bug.cgi?id=728188
We still want to use GtkModelButton since that allows us to construct the popover as menus all over the code. I believe since GtkModelButton is a child of GtkButton it should have correctly the checked state, so not sure what the issue could be. Moving to gtk+.
the check node inside the modelbutton does have the checked state