Markers Do Not Save Using IE
Shane Birley - May 3, 2008 - 22:27
| Project: | cck_map |
| Version: | 5.x-3.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have been testing a patch I had done for this module and noticed that if you are submitting with Internet Explorer, the markers are not saving. Works fine in Firefox.

#1
I've found an alternative, not fully tested, let me know if it works for you
- In the subfolder "icons", i've created a gif gopy of the png marker
marker_white.png => marker_white.gif
- In the file cck_map.js, line 225
marker_white.png => marker_white.gif
And it works fine in IE7 (an 6 probably)
#2
Made this change but no luck for me. IE (and Firefox) reports error in cck_map.js at line 387/388
IE:Line 388 Char 7 Error: Object Required Code: 0
Firefox: Error: document.getElementById("edit-" + this.prefix + "-" + i + "-lon") is null
Is it related to this? http://drupal.org/node/200429 Made this fix too but still doesn't work :(