Re: TabLayoutPanel not visible in IE - old bug still unsolved?

2013-07-25 Thread jaga
Firstly make sure you use nested layout panels. This should be from the 
root all the way to the tablayoutpanel. Then if the problem remains the way 
I fixed this is to programmatically switch between the tabs. You should do 
this after you have done everything else in code for setting up the screen.
E.g., pseudo code:

tablayoutpanel.setTabIndex(1); 
schedule deferred {
   tablayoutpanel.setTabIndex(0);
}
James

On Wednesday, 24 July 2013 16:02:42 UTC+1, joelus wrote:
>
> Hi, did you manage to find a fix for this? Thanks
>
> On Tuesday, April 30, 2013 6:20:12 AM UTC+2, Magnus wrote:
>>
>> Hi,
>>
>> my app uses a TabLayoutPanel as the center of a DockLayoutPanel.
>> It's all created manually in Java, while the contents of the different 
>> tabs are created with UIBinder.
>> (I don't touch barUnit.)
>>
>> The problem is that the tabs are not visible in IE.
>> (Everything is fine in FF or Chrome).
>>
>> I found an old bug here:
>> https://code.google.com/p/google-web-toolkit/issues/detail?id=6506
>>
>> But this bug report is 2 years old.
>>
>> How can I fix this?
>> (GWT 2.5.1)
>>
>> Thanks
>> Magnus
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




Re: TabLayoutPanel not visible in IE - old bug still unsolved?

2013-07-24 Thread joelus
Hi, did you manage to find a fix for this? Thanks

On Tuesday, April 30, 2013 6:20:12 AM UTC+2, Magnus wrote:
>
> Hi,
>
> my app uses a TabLayoutPanel as the center of a DockLayoutPanel.
> It's all created manually in Java, while the contents of the different 
> tabs are created with UIBinder.
> (I don't touch barUnit.)
>
> The problem is that the tabs are not visible in IE.
> (Everything is fine in FF or Chrome).
>
> I found an old bug here:
> https://code.google.com/p/google-web-toolkit/issues/detail?id=6506
>
> But this bug report is 2 years old.
>
> How can I fix this?
> (GWT 2.5.1)
>
> Thanks
> Magnus
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




TabLayoutPanel not visible in IE - old bug still unsolved?

2013-04-29 Thread Magnus
Hi,

my app uses a TabLayoutPanel as the center of a DockLayoutPanel.
It's all created manually in Java, while the contents of the different tabs 
are created with UIBinder.
(I don't touch barUnit.)

The problem is that the tabs are not visible in IE.
(Everything is fine in FF or Chrome).

I found an old bug here:
https://code.google.com/p/google-web-toolkit/issues/detail?id=6506

But this bug report is 2 years old.

How can I fix this?
(GWT 2.5.1)

Thanks
Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.