Closed (fixed)
Project:
Simple Pin Map
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Nov 2012 at 15:33 UTC
Updated:
11 Dec 2012 at 00:41 UTC
A problem has been reported by private message stating that:
Under IE8 the map is not showing.
The maps shows correctly under other browsers.
Comments
Comment #1
cubeinspire commentedThis bug is happening also on IE7.
the reason is that I've left empty width and height of the images arrays, and IE understand an empty value as zero. So each image has zero height and width...
I will release a new version with a better compatibility with IE soon. Already working on that.
Meanwhile the fix is to remove the empty width and height from the array on lines 189 and 172 of the module file.
Comment #2
cubeinspire commentedChanging status. Issue fixed.