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 742499 - Implement bounds-changed signal
Implement bounds-changed signal
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-01-07 01:13 UTC by Magdalen Berns (irc magpie)
Modified: 2015-07-11 19:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implement bounds-changed signal handler (6.55 KB, patch)
2015-07-11 19:47 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-01-07 01:13:31 UTC
This signal is necessary to determine when the bounds have changed (duh) and it has not yet been implemented. More information on: 

https://developer.gnome.org/atk/unstable/AtkComponent.html#AtkComponent.signals
Comment 1 André Klapper 2015-02-27 16:58:29 UTC
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]
Comment 2 Magdalen Berns (irc magpie) 2015-07-11 19:47:06 UTC
Created attachment 307298 [details] [review]
Implement bounds-changed signal handler

I rewrote component listeners to instantiate ComponentAdaptor and call AtkWrapper component methods from Java's component listener methods as seemed to work well already with window events and works nicely with added and removed component events as well as facilitate the bounds-changed signal emission on resize or move.