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 750640 - JNI: jaw_object_ref_child
JNI: jaw_object_ref_child
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-06-09 14:02 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-26 21:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (6.36 KB, patch)
2015-06-09 14:04 UTC, Magdalen Berns (irc magpie)
none Details | Review
Patch to create jaw_object_get_child with (2.79 KB, patch)
2015-06-25 18:21 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-06-09 14:02:20 UTC
jaw_object_ref_child is needed to wrap the getAccessibleChild method. This is currently handled in jawimpl but it should be a jawobject method.
Comment 1 Magdalen Berns (irc magpie) 2015-06-09 14:04:45 UTC
Created attachment 304864 [details] [review]
Patch to address problem
Comment 2 Magdalen Berns (irc magpie) 2015-06-25 18:21:19 UTC
Created attachment 306128 [details] [review]
Patch to create jaw_object_get_child with