TabLayoutPanel inside TabLayoutPanel (IE problem?)

2011-05-16 Thread Luca Morettoni
Hello list, I have a GWT 2.2 application that the main UI is based on a big TabLayoutPanel that use all the page size (100%), on a particular tab of that I have a FlexTable with 3 rows: - one FlexTable (width=100%, no heigth); - one TabLayoutPanel (width=100%, no heigth);; - one FlexTable (width=

Re: TabLayoutPanel ie problem

2010-05-18 Thread ailinykh
Yes, this is it. If I call forceLayout() on LayoutPanel when parent tab is selected everything looks good. Thank you very much! Andrey On May 18, 8:49 pm, kozura wrote: > Might be this > bug:http://code.google.com/p/google-web-toolkit/issues/detail?id=4694&can=5 > The workaround should work for

Re: TabLayoutPanel ie problem

2010-05-18 Thread kozura
Might be this bug: http://code.google.com/p/google-web-toolkit/issues/detail?id=4694&can=5 The workaround should work for you. On May 18, 12:28 pm, ailinykh wrote: > Hello, >  everybody! > I try to create layout with two  TabLayoutPanel widgets. (One's tab is > the parent for another) > This is

TabLayoutPanel ie problem

2010-05-18 Thread ailinykh
Hello, everybody! I try to create layout with two TabLayoutPanel widgets. (One's tab is the parent for another) This is the code. It works fine in chrome. But in IE inner TabLayoutPanel's tab takes whole window. It looks like it's parent (LayoutPanel) doesn't exist. Any ideas how to fix it? Tha