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 478129 - Relation.getTarget does not always return an Accessible.
Relation.getTarget does not always return an Accessible.
Status: RESOLVED FIXED
Product: pyatspi2
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on: 435833
Blocks:
 
 
Reported: 2007-09-18 18:41 UTC by Eitan Isaacson
Modified: 2019-03-27 20:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed temporary patch (1.42 KB, patch)
2007-09-18 18:45 UTC, Eitan Isaacson
committed Details | Review

Description Eitan Isaacson 2007-09-18 18:41:29 UTC
For some reason the IDL defines getTarget as returning an Object instead of an Accessible. And for another reason the sample implementation returns Accessible objects, and the Java one does not.
Comment 1 Eitan Isaacson 2007-09-18 18:45:44 UTC
Created attachment 95816 [details] [review]
Proposed temporary patch

This puts in a Relation mixin. I think this fix should be seen as temporary. until the blocking bug is fixed, then this patch could be reverted.
Comment 2 Eitan Isaacson 2007-10-12 19:32:46 UTC
Committed, hopefully we could put this in a stable release.