Re: GWT and IE8

2011-09-30 Thread mkn
Okay after hours for trying out different things I found out that the problem should be something with RPC calls. So if a RPC call is being executed I get the java script error. Then I reload the the site and execute the RPC call again => it works. I hope someone can help me further. On Sep 30,

Re: GWT and IE8

2011-09-30 Thread mkn
to add some more information: I think there is something wrong with the cache. Because when I clear the cache, then it works. But then when I visit the page once again, I get the java script error. And then, when I click on the refresh button of the IE Browser, it works again. On Sep 30, 3:12 pm,

Re: GWT and IE8

2011-09-30 Thread mkn
> No, it'll be worse. > > Juan Pablo asked you *whether* you were doing such things (because that > could have triggered the issue), not that you change you module. So the answer would be no, I haven't modified anything. How can I found out what this function does (because obviously it throws the

Re: GWT and IE8

2011-09-30 Thread Thomas Broyer
On Friday, September 30, 2011 9:02:46 AM UTC+2, mkn wrote: > > Now I have only the line: > > > I'm not so sure why this should fix the problem. No, it'll be worse. Juan Pablo asked you *whether* you were doing such things (because that could have triggered the issue), not that you change y

Re: GWT and IE8

2011-09-30 Thread mkn
Now I have only the line: I'm not so sure why this should fix the problem. By specifying that line I speed up the compiler because it doesn't compile all the versions anymore. If run my application in IE8 now, then I just see a blank page and no sign indicating any java script errors. However, wh

Re: GWT and IE8

2011-09-29 Thread Juan Pablo Gardella
See http://stackoverflow.com/questions/1011863/how-do-i-speed-up-the-gwt-compiler, how set user agent. 2011/9/29 mkn > I use GWT 2.4.0 > I added to the project's myProject.gwt.xml (just in front of the module> tag) the following lines: > > > > > > > > value="ie8" /> > generator=

Re: GWT and IE8

2011-09-29 Thread mkn
I use GWT 2.4.0 I added to the project's myProject.gwt.xml (just in front of the tag) the following lines: whereas I changed the first line from to . If I use then I got the error: [ERROR] The deferred-binding property named user.agent may not be redefined. [ERROR] Line

Re: GWT and IE8

2011-09-29 Thread Juan Pablo Gardella
What gwt version are you use? Are you modify user.agent property in your module? 2011/9/29 mkn > Hi > > I developed an application in GWT. It worked perfectly in Chrome and > Safari. H

GWT and IE8

2011-09-29 Thread mkn
Hi I developed an application in GWT. It worked perfectly in Chrome and Safari. However, when I tried it on IE8 I was shocked because it didn't work anymore. So when I browse to the application I just see a blank page and at the bottom left there is this warning sign. When I click on it says: We