Hi, mckwil schrieb: > Thanks for the reply Jim. > > But I tried this method, it doesn't really do the job. I have a multi-level > containers set up on the page, and trying to call scrollChildIntoView on the > most outer container doesn't seem to do the trick. > > So, I can call this method on any container (which could be contained by > other parent containers), and qooxdoo framework will smartly push the child > widget into view?
Yes, that's how it should work. I just tried Jim's suggestion in a Playground example with multiple nested containers. I got it to work by wrapping the scrollChildIntoView call in a timeout to make sure the widget to be scrolled is already rendered. If that doesn't solve your problem, please post a (simplified) Playground example of your widget hierarchy. > > mckwil > > Regards, Daniel ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
