Some more issues with the autocomplete feature: - since the proposal div is absolutely positioned, the resizing of the window keeps the div in place while the input field changes its position. (I know this is not a very common behavior of the user: resizing the browser during completion proposals) - the problem with the hidden text input fields is that the proposal div is rendered with a width of 0px and therefore not seen by the user. Moreover, because of the hidden input field also the position is messed-up, (top: 0px; left: 0px;), this being probably what it gets from the not visible input field.
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/WlVHakg0WFZJY2NK. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
