I just upgrade my project to 1.4 RC2 and found one strange problem
with IE7. I think IE6 also has this problem but in Firefox, it works
well.
To reproduce this problem: open one new IE window and input my
project address: http://www.shoofr.com
OK. everything works well.
Open a new tab in IE7 and open the website again. It will show
"Internet Explorer cannot open the Internet site http://www.shoofr.com.
Operation aborted."
You also can try IE6 (open two window, but I only have IE6 so I am not
sure u can reproduce it in IE6).
It is a very strange problem which never happen before upgrading to
Rc2, I am thinking whether it is related. Any suggestions are make
sense to me.
PS: I use some google icons because I like google UI every well and it
is my personal project. If it is not suitable I will change it. sorry.
Thanks,Ark
On Aug 27, 12:32 am, ARK <ark.w...@gmail.com> wrote:
> Hi all,
>
> I just upgrade my project to 1.4 RC2 and found one strange problem
> with IE7. I think IE6 also has this problem but in Firefox, it works
> well.
>
> To reproduce this problem: open one new IE window and input my
> project address:http://www.shoofr.com
> OK. everything works well.
> Open a new tab in IE7 and open the website again. It will show
> "Internet Explorer cannot open the Internet sitehttp://www.shoofr.com.
> Operation aborted."
>
> You also can try IE6 (open two window, but I only have IE6 so I am not
~~~IE7
> > Thanks,Ark- Hide quoted text -
>
> - Show quoted text -
This is the line that always fail for me.
function java_lang_String_$length__Ljava_lang_String_2(this$static){
return this$static.length;
}
I don't remember what was the error message, i have been trying to
reproduce it for the last 10 minutes without success. I'll try to
collect more data when I can.
Could it be a matter of how things are ordered in my html, since
that's the only thing that's changed?
TIA
There is also more detail on this issue here :
http://code.google.com/p/google-web-toolkit/issues/detail?id=1578&sort=-id
On Sep 6, 8:58 pm, Bob Lebel <boble...@gmail.com> wrote:
> I don't think the problem is in the steps we took to upgrade. I used
> several rc2 build without having this problem and I think the problem
> was introduced with revision r1205. They talk about it on the
> contributor forum here:
>
> http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse...
>
> There is also more detail on this issue here :
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=1578&sor...
I have the same problem with 1.4.60 and in my case using the 1.3
bootstrap model did not help. The only workaround that works ist
moving the bootstrap ( <app>.nocache.js ) at the end of the body
in the host page.
Thanks
-jeeg