Hi all

most obvious in Playground, no scrollbars visible at all, minimal demo code

   // create scroll container
   var scroller = new qx.ui.container.Scroll().set({
     width: 300,
     height: 200,
     backgroundColor: 'yellow'
   });

   // add a widget which is larger than the container
   scroller.add(new qx.ui.core.Widget().set({
     width: 600,
     minWidth: 600,
     height: 400,
     minHeight: 400,
     backgroundColor: 'green'
   }));

   this.getRoot().add(scroller);

from API docs with colored containers only shows the lower right square 
as white, so
somehow the scrollbars are deducted from the container area, but never 
shown.

Is this a known bug?

Thxs, Werner

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to