Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13083 - https://icesoft.my.salesforce.com/5007000000ouAAw
-
Workaround Exists:Yes
-
Workaround Description:Make sure the gMapEvent tag is placed after the gMapAutocomplete tag.
Description
When using the ace:gMapEvent tag to call some script on click, this isn't called when it is used in an ace:gMap that uses an ace:gMapAutocomplete tag.
This depends on the order that the tags are placed. If the gMapEvent tag is placed before the gMapAutocomplete tag, the events are not fired. If it is placed after the tag, then it works correctly.
This depends on the order that the tags are placed. If the gMapEvent tag is placed before the gMapAutocomplete tag, the events are not fired. If it is placed after the tag, then it works correctly.
Attached test case that shows the issue.