Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P03, 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Support Case References:Support Case #13607 - https://icesoft.my.salesforce.com/5007000001Tpwqe
-
Workaround Exists:Yes
-
Workaround Description:Set the height to 568px or less.
Description
Error: Uncaught TypeError: Cannot read property 'addEventListener' of undefined
Sample code: <ace:gMap style="width: 675px; height: 570px;" ...>
-
Hide
- Case13607Example.zip
- 20 kB
- Arran Mccullough
-
- Case13607Example/build.xml 3 kB
- Case13607Example/.../ant-deploy.xml 2 kB
- Case13607Example/.../build-impl.xml 80 kB
- Case13607Example/.../genfiles.properties 0.5 kB
- Case13607Example/.../private.properties 0.6 kB
- Case13607Example/nbproject/.../private.xml 0.3 kB
- Case13607Example/.../project.properties 4 kB
- Case13607Example/nbproject/project.xml 0.9 kB
- Case13607Example/src/conf/MANIFEST.MF 0.0 kB
- Case13607Example/src/.../support/Item.java 0.1 kB
- Case13607Example/src/.../TestBean.java 0.5 kB
- Case13607Example/web/index.xhtml 0.5 kB
- Case13607Example/web/.../context.xml 0.1 kB
- Case13607Example/web/WEB-INF/web.xml 2 kB
- Case13607Example/.../welcomeICEfaces.xhtml 2 kB
-
Hide
- Case13607Example.war
- 9.75 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../support/Item.class 0.3 kB
- WEB-INF/classes/.../support/TestBean.class 0.8 kB
- WEB-INF/lib/icefaces-ace.jar 6.08 MB
- WEB-INF/lib/icefaces.jar 685 kB
- WEB-INF/lib/javax.faces-2.2.13.jar 2.99 MB
- WEB-INF/web.xml 2 kB
- index.xhtml 0.5 kB
- welcomeICEfaces.xhtml 2 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
I've also tested with a few different GMap versions but the error is thrown no matter what.
r48484: modified the approach to initialize address-based markers by first creating an instance of a Marker object that is initially hidden and then its position is updated in the geocoding request callback and is made visible, instead of completely initializing the Marker object from within the geocoding request callback; also modified the infowindows callbacks to be the entire initialization functions instead of just the functions for attaching the windows to markers.
Verified ICEfaces4 trunk r 48485 on IE11/IE8, Chrome48, FF41 using attached test case.
Verified showcase > gMap demos on Firefox41.
The original issue still exists on EE-3.3.0-maintenance branch r48485.
Reopening to port fix to EE-3.3.0-maintenance branch.
r48489: committed fix to the 3.3 EE maintenance branch
Verified EE-3.3.0-maintenance branch r48489 on IE11/IE8, Chrome48, FF41 using attached test case, and showcase > gMap demos on FF41.
Attached test case that shows this issue.
Steps: