DOM operations are slow. Browser has not finished resizing at the moment when you trigger 'resize' event. You could trigger 'resize' by a timeOut.
Why don't you set the size of map_canvas prior to initializing map. Try resizing your browser window and the missing tiles are loaded. That is because window resizing triggers that very 'resize' event. -- 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.
