Hey Frank, I believe that Google are deprecating TabPanel. Throw a TabPanel into a .ui.xml and give it some contents, and the compiler will tell its deprecated and you should use TabLayoutPanel instead.
Also, the docs say that TabPanel will only work in Quirks mode. While my experience has been to the contrary -- it seems safer to go with TabLayoutPanel. Cheers On Apr 27, 12:56 pm, Frank <[email protected]> wrote: > After testing this further I can add that this is happening on Windows > 7 64-bit. It is not happening on Windows 7 32-bit, and it is not > happening on Windows XP 32-bit. > > Frank > > On 25 apr, 19:57, Frank <[email protected]> wrote: > > > > > I noted that in all my applications using > > com.google.gwt.user.client.ui.TabPanel the TabPanel isn't functioning > > anymore inChrome. > > They did work inChromein the past and they still do work in IE and > > FF. SinceChromeauto-updates I think it has something to do with a > > new version ofChrome. > > > The problem is that it just won't change tabs. If you add a > > TabListener the onTabSelected event still gets called but the TabPanel > > remains on the first tab... > > > For example :http://stevoortse-fietsers.appspot.com/ > > Just try changing to another tab. It won't work inChrome4.1.249.1045 > > while it does work under IE and FF and I am sure it was working in the > > past inChromeas I am usingChromefulltime since day 1. > > > I have this issue in multiple websites I created. > > > -- > > 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 > 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.
