yeah i saw this as well, searched for notices but there are none, but
i think the behavior as it is right now is better then before even
though the styles from the text field are still not applied

On 29 Jun., 13:02, Johannes Schill <[email protected]> wrote:
> Hello,
>
> Some time between thursday and today the pac-container with the autocomplete
> search result, changed its position in the markup. Earlier it was inserted
> right after the input-text-element its monitoring, but now its added just
> right before the </body>.
>
> Example.
>
> Earlier:
> <body>
>   .... irrelevant markup ....
>   <input type="text" id="autocomplete-id">
>   <div class="pac-container">...</div>
>   .... more markup ....
> </body>
>
> Today:
> <body>
>   .... irrelevant markup ....
>   <input type="text" id="autocomplete-id">
>   .... more markup ....
>   <div class="pac-container">...</div>
> </body>
>
> Has there been any changes and where can i read about those?
>
> Thanks!
>
> Johannes

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
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.

Reply via email to