After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 733923 - gtk_widget_get_accessible() fails for an unparented GtkPopover
gtk_widget_get_accessible() fails for an unparented GtkPopover
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-07-29 15:00 UTC by Giovanni Campagna
Modified: 2014-07-30 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giovanni Campagna 2014-07-29 15:00:23 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.