Recently I've been having issues with width of my custom controls. The issues started around the time of this update and I think could be related, as my code hasn't changed for that part recently.
Standard page: http://library.ucf.edu/Administration/Maps/Default_unpublished.asp Pre-set page with a Default Google map type: http://library.ucf.edu/Administration/Maps/Default_unpublished.asp?type=road Notable points: * The custom controls on the right side have no width set, they just automatically determine their width. (since our website fantasize is variable) * The controls are generated as DOM elements on the initial page-load and they draw properly. * When the controls are generated as DOM elements subsequently (via a may type change to a default google type or back to a floorplan type) the controls squish up and get as this as possible (small as their largest single, non-wrappable element) * This happens in all browsers. * This does *not* happen at all if the width is set to a finite value. * The map canvas is set to 100% width. (it is also inside an overflow- x: hidden; div, which is next to a float: left; div that acts as the side menu. * Resizing the window does appear to have some effect on the right- side custom controls Setting the controls to white-space: nowrap; does fix the issue, but you didn't have to do that previously. Thanks in advance. On Mar 2, 12:34 am, "Susannah (Google Employee)" <[email protected]> wrote: > We released a new version of the JS v3 API a few hours ago. If there > are no major issues, we will make a full announcement of this release > in 24-48 hours. Please report in the group if you see any regression > issues. > > Thanks, > Susannah -- 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.
