Oops, that was a typo. There is no change in behavior though. I just tried to pare down my real website (which would be a total pain to have somebody else debug -- and which in production is still using v2.140 and so doesn't show the bug yet anyway) and inadvertently included a typo.
On Jun 14, 4:39 pm, Rossko <[email protected]> wrote: > > I have now added the test case, which has been verified by everyone in > > my group on 3 different versions of Firefox and 2 different OSes > > I don't have FF3 to try it, but what happens if you put valid HTML > into the infowindow? > Instead of > var divHtml = "<div><img src='avatar.gif' alt='this is alt text' > title='this is atooltip'/>"; > how about > var divHtml = "<div><img src='avatar.gif' alt='this is alt text' > title='this is atooltip' /></div>"; > with a space for the img self-closer and a div closer -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
