Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P07, EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P03, EE-1.8.2.GA_P08
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Tomcat 7, ICEfaces trunk r43582. All browsers
-
Assignee Priority:P1
Description
Component-showcase Google Maps demo -
Controls are not visible on map whether Show Controls = true or false and there is a console error:
Chrome: Uncaught TypeError: undefined is not a function
FF: Error: this.each is not a function
Source File: http://localhost:8080/component-showcase/xmlhttp/1415915752290/icefaces-d2d.js
Line: 2
IE: Message: Object doesn't support this property or method
Line: 2
Char: 15931
Code: 0
URI: http://localhost:8080/component-showcase/xmlhttp/1415915752290/icefaces-d2d.js
Controls are not visible on map whether Show Controls = true or false and there is a console error:
Chrome: Uncaught TypeError: undefined is not a function
FF: Error: this.each is not a function
Source File: http://localhost:8080/component-showcase/xmlhttp/1415915752290/icefaces-d2d.js
Line: 2
IE: Message: Object doesn't support this property or method
Line: 2
Char: 15931
Code: 0
URI: http://localhost:8080/component-showcase/xmlhttp/1415915752290/icefaces-d2d.js
I've been able to reproduce the 'this.each is not a function' with the 3.3.0 code base as well with the ace:gMap component. I was able to find that it was only an issue with the current 3.18 Map API release. Using an older one (3.17) or the upcoming (3.19) I no longer saw the error. The error was coming from the compat scripts as well. Most likely the component is using v=3 which will use the latest release (3.18).