I use smartgwtee-5.0p, Chrome Version 40.0.2214.111 m with GWT dev plugin 1.0.11357
As 1st step in GWT, I'm working on sample project BuiltInDS and got problem with SDM: GWT runtime js files that worked normally with Classic Dev Mode, on CHROME, give errors like: "Uncaught TypeError: undefined is not a function". Example:
ISC_Core.js on line:
if (isc.Log.supportsOnError)
// isc.log is undefined
The same code work in SDM for IE8, but Chrome SDM got cool features that i don't see in IE SDM, like java files with inline js.
I changed html to explicitly list runtime js, otherwise i had an error: "GWT Runtime is not loaded". Now the error's gone, but js come with inresolved refs errors mentioned above.
What is specific about CodeServer handles runtime js in SDM?
Is there any fix/workaround form my issue?
As 1st step in GWT, I'm working on sample project BuiltInDS and got problem with SDM: GWT runtime js files that worked normally with Classic Dev Mode, on CHROME, give errors like: "Uncaught TypeError: undefined is not a function". Example:
ISC_Core.js on line:
if (isc.Log.supportsOnError)
// isc.log is undefined
The same code work in SDM for IE8, but Chrome SDM got cool features that i don't see in IE SDM, like java files with inline js.
I changed html to explicitly list runtime js, otherwise i had an error: "GWT Runtime is not loaded". Now the error's gone, but js come with inresolved refs errors mentioned above.
What is specific about CodeServer handles runtime js in SDM?
Is there any fix/workaround form my issue?
Comment