Hi mckwill,
thanks, I can confirm your issue, the issue also sill exist in the
current release. I tested all IE's but only IE8 has this issue.
I opened a bug report this issue:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=3955
Please add yourself to CC to be up to date on state changes.
Cheer
In fact, the snippet in my previous post can be simplified to:
var container = new qx.ui.container.Scroll();
var composTest = new qx.ui.container.Composite(new
qx.ui.layout.HBox(3));
var compos = new qx.ui.container.Composite(new qx.ui.layout.VBox(0));
compos.add(new qx.ui
Actually, after spending quite sometime, I was finally able to produce a code
snippet that reproduce the 'auto scrolling-up' behavior.
var container = new qx.ui.container.Scroll();
var composTest = new qx.ui.container.Composite(new
qx.ui.layout.HBox(3));
container.add(composTest
I would definitely post a sample code snippet if I can. But I tried to create
many short sample code, but none of them can reproduce that behavior.
Seems that the behavior only occurs in my actual app, which is over 15k
lines over 20+ files.
Another interesting thing I notice about this "auto
Hi mckwill,
could you please provide a short code snippet to reproduce your issue.
Thanks,
Chris
Am 03.08.2010 03:12, schrieb mckwil:
Hi all, I've encountered a very strange behavior while working with
SelectBox in version 0.8.3. When I have a SelectBox appearing in a
Scroll container (on t
Actually, this behavior also happens when I dynamically add a
widget/component to the scroll pane. Then, the scroll pane automatically
scrolls up, as if some event was fired.
Again, this only applies to IE, not firefox or chrome.
Seems like a very frustrating issue...
--
View this message in co
Hi all,
I've encountered a very strange behavior while working with SelectBox in
version 0.8.3.
When I have a SelectBox appearing in a Scroll container (on the bottom half
of the page), selecting any item in the SelectBox (even the same item) will
automatically scroll the page to the top.
How