Recently (I am using 1.2 version, but the behavior exhibits in 1.5 as well),
when I use getContentLocation() I am getting the wrong value for the Top.
What it appears is going on is that it is calculating the value based on the
accumulated height of items above it. But the problem is that one of the
objects is a scrollBox and most of it is hidden, but the calculation seems
to use it's total height. The control is about 700 pixels from the top of
the page, yet when I use getContentLocation().top it tells me something like
3053. The panel above the panel that this control is on, is a scrollBox that
is very tall, but only a few hundred pixel lines are visible, the rest are
scrolled out of view. Needless to say, this is causing problems when trying
to popup a menu below a button. Right now, since the height is way off, the
menu pops up in very strange places. I have tried
getContentLocation('box').top and getContentLocation().top and I get the
exact same results.

I'll see if I can create a sanbox example of this.

Thanks,
Jim
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to