I don't have code to post but maybe you could have a look at qx.ui.core.MPlacement mixin to see how it does it. Especially the placeToWidget function https://github.com/qooxdoo/qooxdoo/blob/release_5_0_1/framework/source/class/qx/ui/core/MPlacement.js#L359
On 29/11/2015 07:08 πμ, csfahey wrote: > I have a problem with animation resizing over top of sibling widgets. I want > to have a couple widgets next to each other in a collapsed state and when > the mouse moves over one, it expands by resizing using the animation > routines which should push the siblings over. When it loses focus, the > widget then collapses and the siblings should move back into position. The > problem I am having is that the siblings of the resizing widget do not move > when the resize occurs so the expanding widget displays over top of it. I > don't know how to fix this either as a property of the parent/layout or by > using event handling to explicitly move the siblings. Can anyone help? > > Here is the playground code. > > http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Widgets-not-moving-during-animated-resize-tp7587790.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel