I was able to fix the height problem and now my infowindow works like
in API 3.2
infoWindow.close();
infoWindow.setContent(); // Using the same infowindow you must reset
it before opening
infoWindow.open(map, marker);
infoWindow.setContent(html); // Setting the real content that contains
the div that will become a tabbed window
$("#tabs").tabs();
I don't really understand the meaning of this behavior but placing the
code in this exact order fixes the problem.
--
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.