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
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
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
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
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
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,
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
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
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