| Summary | Maps code not loading in IE8 |
| Queue | Horde Framework Packages |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 02/05/2013 (4659 days ago) |
| Due | |
| Updated | 02/07/2013 (4657 days ago) |
| Assigned | |
| Resolved | 02/07/2013 (4657 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 3ba17968b2a7b8a017094d7eea4de0e11b81cc7c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Feb 6 18:06:30 2013 -0500
Remove ridiculous BC-ish code from upstream OL.
This was put in place to provide "BC" for some example code on the
website that used a Global Event object stolen from Prototypejs.
Breaks all kinds of stuff for us, and is completely unnecessary.
It's slated for removal in OL 3.0.
Fixes
Bug: 12019framework/Core/js/map/OpenLayers-debug.js | 8 -
framework/Core/js/map/OpenLayers.js | 1943
++++++++++++++++++-----------
framework/Core/package.xml | 2 +
3 files changed, 1192 insertions(+), 761 deletions(-)
http://git.horde.org/horde-git/-/commit/3ba17968b2a7b8a017094d7eea4de0e11b81cc7c
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Michael Rubinsky
Queue ⇒ Horde Framework Packages
Summary ⇒ Maps code not loading in IE8
Type ⇒ Bug
State ⇒ Assigned
for some reason OpenLayers doesn't recognize that Prototype already
created a global Event object (or vice versa) and overwrites it. Thus
all of Prototype's customizations of window.Event are gone.