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 793823 - Fix coordinates returned by atkcomponent
Fix coordinates returned by atkcomponent
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2018-02-25 23:16 UTC by Samuel Thibault
Modified: 2019-05-01 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (552 bytes, patch)
2018-02-25 23:16 UTC, Samuel Thibault
none Details | Review

Description Samuel Thibault 2018-02-25 23:16:07 UTC
Created attachment 368909 [details] [review]
proposed fix

Hello,

The coordinates returned by atkcomponent is relative to the parent, while it has to be absolute. The attached patch fixes that.

Samuel
Comment 1 Samuel Thibault 2019-05-01 22:29:23 UTC
Fixed by 397dd3c1640929fff0412a6c35f2b8c87b6cb6e5 ("Fix coordinates returned by atkcomponent")