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 721042 - The accessible role of GtkInfoBar should be ATK_ROLE_INFO_BAR
The accessible role of GtkInfoBar should be ATK_ROLE_INFO_BAR
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-25 20:03 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2014-01-04 22:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2013-12-25 20:03:27 UTC
$ python3

>>> from gi.repository import Gtk
>>> infobar = Gtk.InfoBar()
>>> infobar.get_accessible().get_role()
<enum ATK_ROLE_ALERT of type AtkRole>