GNOME Bugzilla – Bug 733923
gtk_widget_get_accessible() fails for an unparented GtkPopover
Last modified: 2014-07-30 21:15:30 UTC
For a GtkPopover that is not yet associated with a relative-to widget, calling get_accessible() triggers a critical and fails to initialize a proper accessible. I need to call get_accessible() to set the accessible name, and I'd like to do that in the constructor of a GtkPopover subclass.