Skip Menu |

This queue is for tickets about the HTML-GoogleMaps CPAN distribution.

Report information
The Basics
Id: 39258
Status: resolved
Priority: 0/
Queue: HTML-GoogleMaps

People
Owner: Nobody in particular
Requestors: rodney.webster [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 6
Fixed in: (no value)



Subject: JavaScript tags break in some browsers
The JavaScript for controlling the map produced by the render method is incorrect and breaks in some browsers. I found this problem with version 3.1.2 of Safari on Mac OS X. Specifically, the opening JavaScript tag is a self-closing tag, which is not correct as there is an actual closing JavaScript tag to enclose the CDATA section. The following line: <script type=\"text/javascript\" /> Should be: <script type=\"text/javascript\"> Hopefully this code will display - it is around line 350 where the $text variable is being
Sorry about not noticing this for so long. Version 9, uploading shortly, will fix the issue.