Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P03, 4.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Tomcat 7, ICEfaces EE-3.3.0.GA_P03 tag r44581. All browsers.
-
Assignee Priority:P2
Description
The following gMap demos fail:
1.) gMap > Directions:
When first navigating to this demo it is not functional and the following console error appears:
SyntaxError: missing ) after argument list
...Directions','Regent's Park, London: Kingston upon Thames','travelMode:'DRIVING'
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
2.) gMap > Google Events:
When first navigating to this demo it is not functional and the following console errors appear:
SyntaxError: missing ) after argument list
..Options({fillColor:'red'}); else if(component.getRadius()<375000)component.setO
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
SyntaxError: missing ) after argument list
ntRenderer','alert('InfoWindow was closed. Please click on the marker to reopen
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
SyntaxError: missing ) after argument list
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
3.) gMap > Map Markers:
When first navigating to this demo it is not functional and the following console error appears:
SyntaxError: missing ) after argument list
...','marker1','0.0','0.0','title:'Hover mouse over this marker to see title'');})
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
4.) gMap > Overlays:
When first navigating to this demo it is not functional and the following console error appears:
SyntaxError: missing ) after argument list
....olygon','(0,0):(30,20):(0,40)','editable:true, strokeColor:'navy'');});
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
1.) gMap > Directions:
When first navigating to this demo it is not functional and the following console error appears:
SyntaxError: missing ) after argument list
...Directions','Regent's Park, London: Kingston upon Thames','travelMode:'DRIVING'
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
2.) gMap > Google Events:
When first navigating to this demo it is not functional and the following console errors appear:
SyntaxError: missing ) after argument list
..Options({fillColor:'red'}); else if(component.getRadius()<375000)component.setO
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
SyntaxError: missing ) after argument list
ntRenderer','alert('InfoWindow was closed. Please click on the marker to reopen
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
SyntaxError: missing ) after argument list
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
3.) gMap > Map Markers:
When first navigating to this demo it is not functional and the following console error appears:
SyntaxError: missing ) after argument list
...','marker1','0.0','0.0','title:'Hover mouse over this marker to see title'');})
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
4.) gMap > Overlays:
When first navigating to this demo it is not functional and the following console error appears:
SyntaxError: missing ) after argument list
....olygon','(0,0):(30,20):(0,40)','editable:true, strokeColor:'navy'');});
http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=mapBean
Line 0
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Assignee Priority | P2 [ 10011 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44600 | Tue Apr 28 11:04:22 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/util/JSONBuilder.java
|
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Affects Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix to the 3.3 ee maintenance branch at revision 44596 and to the P03 tag at revision 44597. Added single quote case to escaping method in JSONBuilder class.