Re: TabPanel broken in new Chrome version

2010-06-23 Thread mistermueller
filed a bug at adblockforchrome for the gwt showcase page: http://code.google.com/p/adblockforchrome/issues/detail?id=3729 On 3 Mai, 08:40, Frank wrote: > I starred it and added a reply with my findings about the issue. > > On 30 apr, 15:23, Steve wrote: > > > > > The issue is 4698 - you might w

Re: TabPanel broken in new Chrome version

2010-05-02 Thread Frank
I starred it and added a reply with my findings about the issue. On 30 apr, 15:23, Steve wrote: > The issue is 4698 - you might want to star it. > > On Apr 30, 9:21 am, Steve wrote: > > > > > > > I believe I already submitted this as a GWT bug. Was driving me crazy > > about two months ago as we

Re: TabPanel broken in new Chrome version

2010-04-30 Thread Steve
The issue is 4698 - you might want to star it. On Apr 30, 9:21 am, Steve wrote: > I believe I already submitted this as a GWT bug. Was driving me crazy > about two months ago as well. > > Submitting it to the Chrome team might not be a bad idea either? > > Steve > > On Apr 29, 2:00 pm, Frank wro

Re: TabPanel broken in new Chrome version

2010-04-30 Thread Steve
I believe I already submitted this as a GWT bug. Was driving me crazy about two months ago as well. Submitting it to the Chrome team might not be a bad idea either? Steve On Apr 29, 2:00 pm, Frank wrote: > I finally found the exact cause of the problem ! > > Ignore the 64bit story. > It has to

Re: TabPanel broken in new Chrome version

2010-04-29 Thread Frank
I finally found the exact cause of the problem ! Ignore the 64bit story. It has to do with the adblock plugin. If you install this in Chrome some GWT stuff won't work anymore. I just disabled it and all is working now... I also noted more stuff than only the TabPanel was failing on other GWT websi

Re: TabPanel broken in new Chrome version

2010-04-28 Thread Frank
Thanks for the answer Mike. Will give that a try although I can't find anything in the api documentation (2.0.3) about the fact that TabPanel is deprecated. I don't use guibuinder though, just use the old way of programming gui's. Hope this works... Will keep you posted. Frank On 27 apr, 21:29,

Re: TabPanel broken in new Chrome version

2010-04-27 Thread Mike
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

Re: TabPanel broken in new Chrome version

2010-04-27 Thread Frank
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 wrote: > I noted that in all my applications using > com.google.gwt.user.client.ui.TabPanel the T

TabPanel broken in new Chrome version

2010-04-26 Thread Frank
I noted that in all my applications using com.google.gwt.user.client.ui.TabPanel the TabPanel isn't functioning anymore in Chrome. They did work in Chrome in the past and they still do work in IE and FF. Since Chrome auto-updates I think it has something to do with a new version of Chrome. The pro