I assume we're talking about the TabLayoutPanel issue, where the individual
tabs are expanding to full width, and stacking up vertically. This appears
to be happening in both IE8 and IE7 modes.

This doesn't seem to happen normally -- the code in TabLayoutPanel uses
float:left to cause the tabs to stack up horizontally. This style property
seems to be intact in your app, so something else must be interfering with
it. Would you mind looking at it to see if perhaps there's another property
that might be confusing IE? If we can figure out what it is, there may be a
way to prevent it in the future.

On Sun, Jan 3, 2010 at 12:47 PM, dflorey <daniel.flo...@gmail.com> wrote:

> Yes. You can have a look at my current testpage at
> http://www.floreysoft.net
> It's just a bunch of new LayoutPanel with css styles only.
>
> On Jan 3, 6:30 pm, John Tamplin <j...@google.com> wrote:
> > On Sun, Jan 3, 2010 at 5:56 AM, dflorey <daniel.flo...@gmail.com> wrote:
> > > - TabLayoutPanel is working fine on Chrome and Firefox but on IE8
> > > (didn't try other IE's) it is completely broken
> >
> > Are you in standards mode?  Quirks mode is not supported with the new
> layout
> > panels on IE.
> >
> > --
> > John A. Tamplin
> > Software Engineer (GWT), Google
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to