Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk r. 43281
Server: Tomcat7.0.42 (SSL configuration)
Browsers: IE8/9
-
Assignee Priority:P2
Description
showcase > ace:gMapServices > Overview demo (IE8 - nonSSL/IE9 - SSL):
JS errors are seen when leaving this demo:
IE8/non-SSL:
Message: Unspecified error.
Line: 1
Char: 1
Code: 0
URI: http://10.18.39.149:8080/showcase/showcase.jsf?grp=aceMenu&exp=gMapServicesBean
IE9/SSL:
Message: 'google' is undefined
Line: 8
Char: 47
Code: 0
URI: https://10.18.39.149:8443/showcase/javax.faces.resource/gmap/gmap.c.js.jsf?ln=icefaces.ace&v=4_0_0_141029
JS errors are seen when leaving this demo:
IE8/non-SSL:
Message: Unspecified error.
Line: 1
Char: 1
Code: 0
URI: http://10.18.39.149:8080/showcase/showcase.jsf?grp=aceMenu&exp=gMapServicesBean
IE9/SSL:
Message: 'google' is undefined
Line: 8
Char: 47
Code: 0
URI: https://10.18.39.149:8443/showcase/javax.faces.resource/gmap/gmap.c.js.jsf?ln=icefaces.ace&v=4_0_0_141029
Looks like the error is caused by the resize callbacks registered with the window: http://stackoverflow.com/questions/15842886/unspecified-error-from-google-maps-api-on-ie8/15886528#15886528