Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
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 #13359 - https://icesoft.my.salesforce.com/50070000014yJPK
Description
This issue can be reproduced with the Showcase ace:gMapAutocomplete demo.
Steps:
- Enter "Vallières" in the Location field.
- From the suggested addresses list, select "Vallières / Saint-Martin [46057], Laval, QC".
- The Location field value immediately becomes "Canada".
Steps:
- Enter "Vallières" in the Location field.
- From the suggested addresses list, select "Vallières / Saint-Martin [46057], Laval, QC".
- The Location field value immediately becomes "Canada".
Activity
Arran Mccullough
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44318 | Thu Mar 26 18:15:40 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This seems to be an issue with the Google Maps data for this specific location. Our code works normally for this result as for other results that don't present this issue. The code path is the same. The problem occurs in the event listener that we register for the 'place_changed' event in the autocomplete functionality of Google Maps. The 'place' object received in the event listener simply contains 'Canada' in its 'formatted_address' property, instead of the full location that was selected.