Re: Does GWT 1.6 break in Safari 4?

2009-04-19 Thread Dobes Vandermeer
Yeah, it's a reported for Adobe AIR and GWT previously, now Safari 4 Beta is doing the same thing. Apparently compiling with PRETTY fixes it, but of course we'd prefer not to deploy the app with PRETTY since the initial download is so much bigger. On Sun, Apr 19, 2009 at 9:17 PM, Jason Essington

Re: Does GWT 1.6 break in Safari 4?

2009-04-19 Thread Jason Essington
In Safari 4 I get a javascript error: SyntaxError: Expression too deep Not sure what that is about, but maybe you can compile with -pretty and step into it with webinspector? -jason On Apr 17, 2009, at 9:39 PM, Dobes Vandermeer wrote: > > I just tried it myself and it is in fact not wor

Re: Does GWT 1.6 break in Safari 4?

2009-04-17 Thread Dobes Vandermeer
I just tried it myself and it is in fact not working for our app. I guess it's something just between my app and Safari 4, though, if nobody else is having this issue. You can see it for yourself : http://www.clarityaccounting.com/demo and launch the demo. Works in Firefox 3 but not Safari 4.

Re: Does GWT 1.6 break in Safari 4?

2009-04-17 Thread Jason Essington
I've been using GWT (both 1.5.3 and 1.6.4) with Safari 4, and haven't noticed any issues. -jason On Apr 16, 2009, at 5:42 PM, Dobes wrote: > > A customer of ours reported that last week (before we uploaded a new > version based on GWT 1.6) he could use our app in Safari 4 beta, but > this week

Does GWT 1.6 break in Safari 4?

2009-04-16 Thread Dobes
A customer of ours reported that last week (before we uploaded a new version based on GWT 1.6) he could use our app in Safari 4 beta, but this week the app never finishes loading. Has anyone else noticed problems showing up with Safari 4 beta in GWT 1.6 that were not there in GWT 1.5 ? --~--~-