SimpleMap Browser Compatibility Fix

It has been brought to my attention that SimpleMap 1.1 (and 1.1.1) was completely broken in all browsers but Safari. First of all, I’m really sorry about this; second, I’ve got a fix worked out that I will release tonight in 1.1.2. In the meantime, here’s the fix that you can apply yourself:

In js/functions.js, change line 130:

if (!computedStyle) {

to this:

if (!computedStyle || !computedStyle[styleProperty]) {

Again, I’m really sorry about this substantial bug. If this fix doesn’t work for anyone, please let me know.

Related posts:

  1. SimpleMap is launched!
  2. Behold: SimpleMap 1.1
  3. SimpleMap Updates
This entry was posted in Plugins, SimpleMap, WordPress. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>