Tuesday, March 26, 2013

Re: XMLParser.parse crashes in IE9 (DevMode)

I have a quite similar problem, I had to force IE9 to use XMLParserImplStandard  instead of the IE6 one and it seems to work.

https://groups.google.com/forum/?fromgroups=#!searchin/google-web-toolkit/ie9$20xmlparser/google-web-toolkit/eaBac2NtOZ8/rZBJYAX9G-cJ


Le vendredi 10 février 2012 09:23:05 UTC+1, Oyvind a écrit :
Hi,

I'm trying to call XMLParser.parse on a valid XML string (I've tried
several variations, including an empty string). It works nicely in
Chrome and Firefox, but in IE9 it crashes the browser with the
familiar "Internet Explorer has stopped working...". What puzzles me
is that by stepping through the code I can see it calls
XMLParserImplSafari.parse(...) internally. In Firefox it calls
XMLParserImplStandard.parse(...).

The error happens only in Development mode.

Could it have something to do with me running IE9 32-bit version on a
64-bit computer? I did so because I didn't have a 64-bit JRE
installed.

Øyvind.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment