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
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-1.8.2.GA_P08 [ 11178 ] | |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] | P3 [ 10012 ] |
Ken Fyten
made changes -
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
Arran Mccullough
made changes -
Attachment | Case13315Example2.war [ 18591 ] | |
Attachment | Case13315Example2.zip [ 18592 ] |
Ken Fyten
made changes -
Assignee Priority | P3 [ 10012 ] | P1 [ 10010 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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).