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 144169 - bounds-changed event needs to be emitted when a widget is repositioned
bounds-changed event needs to be emitted when a widget is repositioned
Status: RESOLVED DUPLICATE of bug 141191
Product: atk
Classification: Platform
Component: gail
unspecified
Other All
: Normal normal
: ---
Assigned To: padraig.obriain
padraig.obriain
AP3
Depends on:
Blocks:
 
 
Reported: 2004-06-11 15:18 UTC by bill.haneman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bill.haneman 2004-06-11 15:18:49 UTC
when a gtkwidget's position within its container changes, an
AtkComponent::bounds-changed notification should occur.  (see also related bug
141191)
Comment 1 bill.haneman 2004-06-11 15:22:12 UTC
It would be ideal if such an event could also be emitted on the toplevel window
when it is moved, but this may not be feasible (or it may be better to emit only
a "window:moved" notification).  See related bug 144170.
Comment 2 padraig.obriain 2004-06-15 09:52:22 UTC
Do you have a test case for when a widget's position within its container
changes?
Comment 3 bill.haneman 2004-06-15 11:48:55 UTC
GOK might be a nice worst-case, as when it's resized all the GokButtons get
moved about within the GtkFixed.

Wouldn't any resizeable Gtk window move its contained widgets in a similar way
(whether via GtkFixed or some nicer packing widget) ?
Comment 4 padraig.obriain 2004-06-15 13:32:18 UTC
The bounds-cchanged signal is emitted because of bug #144191.
Comment 5 padraig.obriain 2004-06-15 13:33:55 UTC
The bug number should be #141191.

*** This bug has been marked as a duplicate of 141191 ***