Mule3044 / simplemodal

Automatically exported from code.google.com/p/simplemodal
0 stars 0 forks source link

problem with google map #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SimpleModal or SimpleModal Contact Form (SMCF)?
SimpleModal 
Version of SimpleModal of SMCF (indicate Demo or WordPress plugin)?

1.4.1
Version of jQuery?
1.4.3

Browser/OS you are experiencing the problem with?

IE 7/8  FF 3.6.13
If applicable, please provide a code snippet or link to a website
demonstrating the problem.

If applicable, please list the other code/libraries/plugins you are trying
to integrate with.

I load the google map in the background, when I click a button, shows the map.
function showMap()
{
    $("#map_canvas").modal({minHeight:480,minWidth:600});
}

but, the map just display on the left upper corner, it did not occupy the 
(600*480) region. When i resize the browser, then the map take up the 600*480 
region finally. why?
and how can i make it right as soon as i click the ShowMap button?

Original issue reported on code.google.com by BlackWin...@gmail.com on 23 Dec 2010 at 2:32

GoogleCodeExporter commented 8 years ago
Discussion and workaround: 
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/f26c3b
6fdd9489a5

Original comment by bob.lail...@gmail.com on 4 Jan 2011 at 5:30