Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Finished app not working on IE9 or 10

$
0
0
Versions (Power Edition):
Code:

<smartgwt.version>5.1-d20140907-SNAPSHOT</smartgwt.version>
<gwt.version>2.6.1</gwt.version>
<spring.version>3.2.4.RELEASE</spring.version>

On IE11, it works. On Firefox, it works. On Chrome, it works.

On IE9 and IE10, after login, the user just gets a blank white page. The only difference I can point out is in the developer console. When I open the developer console on IE 9, I get this:
Code:

10:05:38.206:WARN:Log:New Class ID: 'Window' collides with ID of existing object with value '[object Window]'.  Existing object will be replaced.
This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
10:05:38.257:WARN:Log:New Class ID: 'Selection' collides with ID of existing object with value '[object Selection]'.  Existing object will be replaced.
This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
10:05:43.178:TMR0:WARN:Log:Uncaught exception escaped: com.google.gwt.core.client.JavaScriptException
(ReferenceError)
 description: 'console' is undefined
 number: -2146823279
 __gwt$exception: <skipped>: 'console' is undefined

On the browsers that work, I simply get:
Code:

09:46:26.066:INFO:Log:initialized
09:46:29.571:INFO:Log:isc.Page is loaded

I can't imagine its a bug or problem with such recent versions of IE. Any ideas?

Viewing all articles
Browse latest Browse all 4756

Trending Articles