rmush029 / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

Markerclusererplus 2.1 does not work with IE9 due to JS trim() usage #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting with Version 2.1 the Markerclusererplus does not longer work with 
Internet Explorer 9.
In line 247 we've got "var spriteH = parseInt(bp[0].trim(), 10);".
This causes the error "Message: Object doesn't support this property or method".

The function trim() does not exist in Internet Explorer 9.
Last working version for me is 2.0.9 (which is not using trim).

Version: 2.1

Browser / Operating System:
[e.g. Internet Explorer 9 / Windows]

Additional comments:
none

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by filip.va...@gmail.com on 11 Nov 2013 at 1:51

GoogleCodeExporter commented 9 years ago
I have a fix I will be implementing in a day or two.  Thanks!

Original comment by brett.mc...@gmail.com on 15 Nov 2013 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by brett.mc...@gmail.com on 26 Nov 2013 at 6:29

GoogleCodeExporter commented 9 years ago
Solved. Works with IE9 now. Thank you!

Original comment by filip.va...@gmail.com on 6 Dec 2013 at 1:42