Re: [qooxdoo-devel] Splitter and scroll problem

2010-07-04 Thread flj
Hi. > you have to add a scroll container to make the scrolling available: > http://tinyurl.com/32l7v2a I looked at what you added to the code. It just proves my point. If you want splitters and tabviews to behave properly when used together, you need to add a scroll inside each tab page. Look

Re: [qooxdoo-devel] Splitter and scroll problem

2010-07-01 Thread MartinWittemann
Hey, you have to add a scroll container to make the scrolling available: http://tinyurl.com/32l7v2a Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Splitter-and-scroll-problem-tp5244279p5246508.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Splitter and scroll problem

2010-07-01 Thread b a
here , just made it a bit shorter for you http://tinyurl.com/32e7bat On 7/1/10, f...@mail.dnttm.ro wrote: > Hi. > > The code contained in the URL below places a combination of splitters inside > tab views and tab views inside splitters on a window. These do not behave as > expected when the windo

[qooxdoo-devel] Splitter and scroll problem

2010-07-01 Thread flj
Hi. The code contained in the URL below places a combination of splitters inside tab views and tab views inside splitters on a window. These do not behave as expected when the window is resized to smaller sizes - although there is a scroll containing the whole story, inner tab views are truncat