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 <[email protected]> wrote:
> 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 <[email protected]> wrote:
>
>
>
>
>
> > 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?
>
> > Thank you,
> >   Andrey
>
> >         <g:TabLayoutPanel barUnit='PX' barHeight='20'>
> >                 <g:tab>
> >                         <g:header size='7'>
> >                                 <b>Top HTML</b>
> >                                 header
> >                         </g:header>
> >                         <g:Label>able</g:Label>
> >                 </g:tab>
> >                 <g:tab>
> >                         <g:header size='7'>
> >                                 one more
> >                         </g:header>
> >                         <g:LayoutPanel>
> >                                 <g:layer left='0' width='20em'>
> >                                         <g:Label>this is label</g:Label>
> >                                 </g:layer>
> >                                 <g:layer left='20em' right='0'>
> >                                         <g:TabLayoutPanel barUnit='PX' 
> > barHeight='20'>
> >                                                 <g:tab>
> >                                                         <g:header size='7'>
> >                                                                 <b>HTML</b>
> >                                                                 header
> >                                                         </g:header>
> >                                                         <g:Label>One more 
> > label</g:Label>
> >                                                 </g:tab>
> >                                         </g:TabLayoutPanel>
> >                                 </g:layer>
> >                         </g:LayoutPanel>
> >                 </g:tab>
>
> >         </g:TabLayoutPanel>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to