cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

Slow tab loading time - ExtInfoWindow #123

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have 4 tabs 
2. Somewhat lengthy amount of info on each tab (jpgs, links, text)
3. Switching tabs takes 8-10 seconds

What is the expected output? What do you see instead?
Expected is that the tabs should load somewhat quickly. Instead the
javascript shoots your broweser in the knee-cap and it takes 8-10 (+-)
seconds to switch tabs. I should load that the initial(starting) tab loads
fine.

What version of the product are you using? On what operating system?
I've had this issue with all versions. The end-users trying to use the
application are using a variety of OS's and web browsers.

Please provide any additional information below.
Here's the application:
http://www.kensingtontours.com/destinations.cfm?destPage=6&tripRef=8&regionId=2
to view an extinfowindow with 4 tabs, click on one of the blue or yellow
circles.

Original issue reported on code.google.com by james.bo...@gmail.com on 8 Jun 2009 at 8:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I think i figured this out and it was due to my own... stupidity ~_~

I was making the dom listener event for every marker I was adding.. heh... sooo
yea... I think it should be ok. Sorry!

Original comment by james.bo...@gmail.com on 9 Jun 2009 at 6:34

GoogleCodeExporter commented 8 years ago
That being said, it might be a good idea to included a tabbed example with more 
than
1 marker.

Original comment by james.bo...@gmail.com on 9 Jun 2009 at 6:37

GoogleCodeExporter commented 8 years ago
I had a similar issue and just added a trigger extinfowindowopen event on the 
marker,
instead of the map.  That made it easier to only listen for an event relative 
to one
marker, not all of them.

Original comment by douglass...@earthlink.net on 6 Mar 2010 at 4:14