Hello,
We updated our application to 5.0p LGPL 2016-04-11 nightly and com.smartgwt.debug.SmartGwtNoScriptDebug variant of SmartGWT stopped working.
We are including the libraries on our host page with
On startup, we are getting a lot of EventHandler related exceptions on startup such as "Cannot read property 'INTERSECT_WITH_MOUSE' of undefined" and 404 errors from for example .../sc/client/widgets/editMode/EditProxy.js and finally, a failure with com.google.gwt.core.client.JavaScriptException: (TypeError) : $wnd.isc.setAutoDraw is not a function.
With our setup, everything works as expected when rolling back to 2016-01-07 nightly. Any ideas ?
Thanks in advance,
Marko
We updated our application to 5.0p LGPL 2016-04-11 nightly and com.smartgwt.debug.SmartGwtNoScriptDebug variant of SmartGWT stopped working.
We are including the libraries on our host page with
Code:
<script src=[B]"app/sc/modules-debug/ISC_Core.js"[/B]></script> <script src=[B]"app/sc/modules-debug/ISC_Foundation.js"[/B]></script> <script src=[B]"app/sc/modules-debug/ISC_Containers.js"[/B]></script> <script src=[B]"app/sc/modules-debug/ISC_Grids.js"[/B]></script> <script src=[B]"app/sc/modules-debug/ISC_Forms.js"[/B]></script> <script src=[B]"app/sc/modules-debug/ISC_DataBinding.js"[/B]></script>
With our setup, everything works as expected when rolling back to 2016-01-07 nightly. Any ideas ?
Thanks in advance,
Marko
Comment