Hello Forum!

Very hard problem to explain, yet very consitant. IE8 is the only
browser having delay issues. There is a parallel problem when you view
source which i will further explain in detail. I've cleared the cache
and that doesn't correct the issue.

Overview: The issue is a very very long delay (10s +) after you click
on the marker to transition to "marker.openInfoWindowHtml" Without any
further action the info window will eventually appear after a long
wait. URL is at the end of this post.

The part i do not understand is there are 2 buttons that run a java
function
function ft_mobi(sms, fadd, demail, bidname)
{
var mobi=document.getElementById('m_mobi');
mobi.innerHTML = "<table width='920' align='center' cellpadding='0'
cellspacing='0'><tr><td height='25' colspan='2'></td></tr><tr><td
width='840' align='center' valign='middle'><object width='500'
height='240'><param name='movie' value='../../v2/v3m_mobi.swf?sms=" +
sms + "&fadd=" + fadd + "&demail=" + demail + "&bidname=" + bidname
+ "'><param name='wmode' value='opaque' /><embed
src='../../v2/v3m_mobi.swf?sms=" + sms + "&fadd=" + fadd + "&demail=" +
demail + "&bidname=" + bidname + "' width='500'
height='240'></embed></object></td><td valign='top'
width='80'></td></tr></table>";
document.getElementById("m_main").style.zIndex="10";
document.getElementById("m_help").style.zIndex="1";
document.getElementById("m_mobi").style.zIndex="100";
document.getElementById("m_dire").style.zIndex="2";
document.getElementById("m_tellf").style.zIndex="3";
document.getElementById("m_email").style.zIndex="4";
document.getElementById("m_comme").style.zIndex="5";
document.getElementById("m_coup").style.zIndex="6";
document.getElementById("m_cont").style.zIndex="7";
}

for whatever reason, the instant you click the button that runs this
function, the map instantly shows the info window and pans it
accordingly.

The parallel issue i've expierienced with ie8 is when i click view
source nothing will happen until typically i refresh the page.
Coincidentally while trying to trouble shoot this issue I found that
invoking the function above, via the same button that speeds the map
api up, also opened notepad to view the source.

To see this in action
http://www.tellusmore.net/lincolnhastingsk/southpointepavil/southpointepavil.php?id=4611&home=y&contest=y

initially just click the marker (wait and wait) it will eventually pan
and open, only click once to better illustrate my point. If you have a
fast comp the delay may be less, but still visible.

open the link again, click the marker then quickly click the blue
button on the left that says "send to mobile" you'll notice the map
behind the flash file that appears instantly pan and open the info
window... instantly. no delay or hang up at all?

To further isolate this issue i removed the following from the java
function above

mobi.innerHTML = "<table width='920' align='center' cellpadding='0'
cellspacing='0'><tr><td height='25' colspan='2'></td></tr><tr><td
width='840' align='center' valign='middle'><object width='500'
height='240'><param name='movie' value='../../v2/v3m_mobi.swf?sms=" +
sms + "&fadd=" + fadd + "&demail=" + demail + "&bidname=" + bidname
+ "'><param name='wmode' value='opaque' /><embed
src='../../v2/v3m_mobi.swf?sms=" + sms + "&fadd=" + fadd + "&demail=" +
demail + "&bidname=" + bidname + "' width='500'
height='240'></embed></object></td><td valign='top'
width='80'></td></tr></table>";

once removed clicking the marker then clicking the send to mobile
button had no effect. So whatever is making the difference is this
above line when the above function is invoked via the button.

I obviously can't have seemingly non responsive map apis. I watched a
video on this, a girl with blue hair said that she'd cry if she heard
the map api is slow. So here's a tissue, someone please enlighten me?

-- 
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