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:But this bug report is 2 years old.How can I fix this?(GWT 2.5.1)ThanksMagnus
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+unsubscribe@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.
No comments:
Post a Comment