GNOME Bugzilla – Bug 750934
Wrapper: get_layer doesn't check for AccessibleRole window
Last modified: 2015-06-28 15:53:11 UTC
The get_layer method is supposed to check the role of the accessible object and return an AtkLayer integer which corresponds with the appropriate layer for the role but a check for AccessibleRole.WINDOW is not there.
Created attachment 305230 [details] [review] Patch to address problem
Actually this doesn't need to be resolved because atk_object_get_localised_name is part of the public API with no pointer: https://git.gnome.org/browse/atk/tree/atk/atkobject.h#n765
Oops sorry, too many windows open... I meant this for bug 740542. Reopening!
Created attachment 306193 [details] [review] patch to add check
Review of attachment 306193 [details] [review]: Committed to master