yenbao1340 / gmaps-utility-library-dev

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

Tabs in Tabbed Max Content become 'unclickable' after Minimize > Maximize #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A similar problem reported in Issue 102. Rgiht now tabs are unresponsive
after a min then max event.

What steps will reproduce the problem?
1. Use any of the examples on this page have the same problem
http://gmaps-utility-library.googlecode.com/svn/trunk/tabbedmaxcontent/1.0/docs/
examples.html
2.Open a tabbed window, select a different tab, minimize the window.(either
using "the less info" or minimize button) 
3. Maximize the same window, try to select a tab. Nothing happens.

What is the expected output? What do you see instead?
After minimizing and maximizing the same InfoWindow, tabs need to be
selectable.

What version of the product are you using? On what operating system?
tabbedmaxcontent.js 1.0 on XP SP3

Please provide any additional information below.
Tested on IE8 and Firefox 3.0.8

Original issue reported on code.google.com by evren.de...@gmail.com on 21 May 2009 at 10:59

GoogleCodeExporter commented 8 years ago

Original comment by pamela.fox on 21 May 2009 at 7:51

GoogleCodeExporter commented 8 years ago
For now, please use core API v2.150 when you load your gmaps scripts, if you do 
not
have to use any new features:
 <script src="http://maps.google.com/maps?file=api&v=2.150&key=ABQ..>..

Looks like since 2.151 the core API really does not like reuse DOM node related 
to
info window, everything needs to be re-created. I'll try to fix that soon.  

Original comment by nian...@gmail.com on 22 May 2009 at 12:35

GoogleCodeExporter commented 8 years ago
I've put in a fix in r998.

http://gmaps-utility-library-dev.googlecode.com/svn-history/r998/trunk/tabbedmax
content/examples/

It looks like some changes in core 2.151 make the DOM unavailable and GEvent 
can not
attach events to a node until the window is fully maxed. 

If things look OK, I'll mark as fixedInDev.

Original comment by nian...@gmail.com on 22 May 2009 at 2:04

GoogleCodeExporter commented 8 years ago
http://gmaps-utility-library-dev.googlecode.com/svn-history/r998/trunk/tabbedmax
content/examples/
is Ok. Thank you.

Tested on ie8 & ff 3.0.10 - XPSP3

Original comment by evren.de...@gmail.com on 22 May 2009 at 2:25

GoogleCodeExporter commented 8 years ago
merhaba  nasılsın

Original comment by fmbe...@gmail.com on 25 May 2009 at 5:44

GoogleCodeExporter commented 8 years ago

Original comment by nian...@gmail.com on 3 Aug 2009 at 10:41