Hello everyone,
My app uses google maps and since we updated to API v3 I've been having issues getting it to work and it seems SmartClient is causing the issue, because if I remove all SmartClient related <script> tags, it works. The change in behavior I see is: the side options (for zooming or changing between map and satellite views) are gone, the popups for location markers don't render properly, and zooming with the mouse wheel won't work.
Looking at the call stack in the error log, it seems that maps' code tries to call something in SmartClient's code (maybe some unintended global?):
Uncaught TypeError: undefined is not a function ISC_Core.js:428
isc_Arra_map ISC_Core.js:428
Uf.map.d main.js:25
J4 VM10186:165
A6 VM10186:253
N.Sj VM10186:294
(anonymous function) VM10167:31
Zf main.js:26
(anonymous function) VM10186:297
xh.util VM10175:25
(anonymous function) main.js:37
(anonymous function) main.js:24
(anonymous function) main.js:24
(anonymous function) main.js:24
Rf main.js:25
Mf.(anonymous function).D main.js:24
(anonymous function) VM10185 %7Bcontrols%7D.js:1
Here, main.js belongs to Google Maps API, while ISC_Core.js is part of SmartClient.
the SmartClient javascript file's we're importing are:
/modules/ISC_Core.js
/modules/ISC_Foundation.js
/modules/ISC_Containers.js
/modules/ISC_Grids.js
/modules/ISC_DataBinding.js
/skins/BlackOps/load_skin.js
/locales/frameworkMessages_pt_BR.properties
I'm using SmartClient Ajax RIA system Version v9.1p_2014-05-19/Pro Deployment (2014-05-19), currently testing on Google Chrome 38.0.2125.111 m (latest as of this post).
The error happens regardless of whether I use a SmartClient component, but if I add one of the grids I use it works (the grid, not the map).
Am I doing something wrong? Is this a known issue? Please let me know if you need any more info.
Thanks in advance!
My app uses google maps and since we updated to API v3 I've been having issues getting it to work and it seems SmartClient is causing the issue, because if I remove all SmartClient related <script> tags, it works. The change in behavior I see is: the side options (for zooming or changing between map and satellite views) are gone, the popups for location markers don't render properly, and zooming with the mouse wheel won't work.
Looking at the call stack in the error log, it seems that maps' code tries to call something in SmartClient's code (maybe some unintended global?):
Uncaught TypeError: undefined is not a function ISC_Core.js:428
isc_Arra_map ISC_Core.js:428
Uf.map.d main.js:25
J4 VM10186:165
A6 VM10186:253
N.Sj VM10186:294
(anonymous function) VM10167:31
Zf main.js:26
(anonymous function) VM10186:297
xh.util VM10175:25
(anonymous function) main.js:37
(anonymous function) main.js:24
(anonymous function) main.js:24
(anonymous function) main.js:24
Rf main.js:25
Mf.(anonymous function).D main.js:24
(anonymous function) VM10185 %7Bcontrols%7D.js:1
Here, main.js belongs to Google Maps API, while ISC_Core.js is part of SmartClient.
the SmartClient javascript file's we're importing are:
/modules/ISC_Core.js
/modules/ISC_Foundation.js
/modules/ISC_Containers.js
/modules/ISC_Grids.js
/modules/ISC_DataBinding.js
/skins/BlackOps/load_skin.js
/locales/frameworkMessages_pt_BR.properties
I'm using SmartClient Ajax RIA system Version v9.1p_2014-05-19/Pro Deployment (2014-05-19), currently testing on Google Chrome 38.0.2125.111 m (latest as of this post).
The error happens regardless of whether I use a SmartClient component, but if I add one of the grids I use it works (the grid, not the map).
Am I doing something wrong? Is this a known issue? Please let me know if you need any more info.
Thanks in advance!
Comment