SmartClient Version: v9.1p_2014-05-07/PowerEdition Deployment (built 2014-05-07)
GWT 2.6.0
IE-11
We are getting Javascript ID collisions and parts of our UI disappear when this happens. I have set this option in our HTML load file:
Here is the dev console log:
And here are the console output:
What is the cause of this? I can't seem to get this to happen consistently.
GWT 2.6.0
IE-11
We are getting Javascript ID collisions and parts of our UI disappear when this happens. I have set this option in our HTML load file:
Code:
<script> var isomorphicDir = "com.anstca.tz.Main/sc/"; </script>
<script> window.isc_useSimpleNames = false </script>
<script type="text/javascript">document.getElementById('loadingMsg').innerHTML = 'Loading Core API...';</script>
<script src='com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js'></script>
<script src='com.anstca.tz.Main/sc/modules/ISC_Foundation.js?isc_version=9.1.js'></script>
<script src='com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js'></script>
<script src='com.anstca.tz.Main/sc/modules/ISC_Grids.js?isc_version=9.1.js'></script>
<script src='com.anstca.tz.Main/sc/modules/ISC_Forms.js?isc_version=9.1.js'></script>
<script src='com.anstca.tz.Main/sc/modules/ISC_RichTextEditor.js?isc_version=9.1.js'></script>
<script src='com.anstca.tz.Main/sc/modules/ISC_DataBinding.js?isc_version=9.1.js'></script>
<script src='com.anstca.tz.Main/sc/modules/ISC_Calendar.js?isc_version=9.1.js'></script>
Code:
12:38:12.991:INFO:Log:initialized
12:38:14.308:INFO:Log:isc.Page is loaded
12:39:45.085:MDN5:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:39:45.087:MDN5:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_4' for object '[ListGrid ID:isc_ListGrid_4]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_4]'. The pre-existing widget will be destroyed.
12:39:59.224:MDN8:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:39:59.226:MDN8:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:40:00.544:MOU9:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:40:00.545:MOU9:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:40:01.657:MDN3:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:40:01.659:MDN3:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_3' for object '[ListGrid ID:isc_ListGrid_3]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_3]'. The pre-existing widget will be destroyed.
12:40:01.673:MMV4[E]:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:40:01.674:MMV4[E]:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:40:02.931:MOU3:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:40:02.933:MOU3:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:40:03.579:MOU3:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:40:03.580:MOU3:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:40:04.203:MOU3:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:40:04.205:MOU3:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:40:07.474:MOU3:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:40:07.475:MOU3:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_3' for object '[ListGrid ID:isc_ListGrid_3]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_3]'. The pre-existing widget will be destroyed.
12:43:16.142:MDN9:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:43:16.146:MDN9:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_0' for object '[ListGrid ID:isc_ListGrid_0]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_0]'. The pre-existing widget will be destroyed.
12:43:17.318:MOU2:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:43:17.323:MOU2:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_0' for object '[ListGrid ID:isc_ListGrid_0]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_0]'. The pre-existing widget will be destroyed.
12:43:18.695:MUP2:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
12:43:19.498:MDN7:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:43:19.502:MDN7:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_1' for object '[ListGrid ID:isc_ListGrid_1]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_1]'. The pre-existing widget will be destroyed.
12:43:20.416:MOU8:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:43:20.422:MOU8:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_1' for object '[ListGrid ID:isc_ListGrid_1]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_1]'. The pre-existing widget will be destroyed.
12:43:21.928:MUP4:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
12:43:22.592:MUP9:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
12:43:24.191:MUP9:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
12:43:25.321:MUP4:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
12:43:26.571:MUP2:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
12:43:27.493:MDN1:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:43:27.498:MDN1:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:43:28.661:MOU2:WARN:Log:Instantiating in SGWT a properties object from the SmartClient side may lead to undefined behavior if the SmartClient Framework is expecting to perform the instantiation itself.
12:43:28.665:MOU2:WARN:Log:ClassFactory.addGlobalID: ID:'isc_ListGrid_2' for object '[ListGrid ID:isc_ListGrid_2]' collides with ID of existing object '[ListGrid ID:isc_ListGrid_2]'. The pre-existing widget will be destroyed.
12:43:29.570:MUP0:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
12:43:30.611:MUP7:WARN:Log:TypeError: Function expected
Stack from error.stack:
Arra.map () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:430:267
Canvas.zIndexChanged () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:343
Canvas.setZIndex () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:1
Canvas.bringToFront () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2418:626
Window.mouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Containers.js?isc_version=9.1.js:66:125
Canvas.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:2444:284
EventHandler.bubbleEvent () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1380:128
EventHandler._handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1241:275
EventHandler.handleMouseUp () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1236:31
EventHandler.dispatch () @ com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js:1453:145
Code:
Uncaught JavaScript exception [Expected ']'] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 73 Uncaught JavaScript exception [Expected identifier] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 73 Uncaught JavaScript exception [Expected identifier] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 73 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 430 Uncaught JavaScript exception [Expected identifier] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 73 Uncaught JavaScript exception [Expected identifier] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 73 Uncaught JavaScript exception [Expected ']'] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 73 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453 Uncaught JavaScript exception [Function expected] in http://127.0.0.1:8080/tzw/com.anstca.tz.Main/sc/modules/ISC_Core.js?isc_version=9.1.js, line 1453
Comment