Ticket #124 (closed defect: invalid)
protoype overrides OpenLayers Event methods in IE Safari
| Reported by: | madair | Owned by: | pagameba |
|---|---|---|---|
| Priority: | P2 | Milestone: | 2.0 |
| Component: | Widgets | Version: | SVN |
| Severity: | Major | Keywords: | |
| Cc: | External ID: | ||
| state: | New | Browser: | Safari 3 |
| Operating System: | All |
Description
put a 'debugger;' statement in Map.js stopObserveEvent method and step into the function to see this:
stopObserveEvent : function(sEventName, fnCB) {
//debugger; //shows error in IE and Safari: OpenLayers.Event is
//overriden by prototype Event for some reason. Uncomment //the debugger line and step into next function to see it
OpenLayers.Event.stopObserving(this._oDomObj, sEventName, fnCB, false);
},
Change History
Note: See
TracTickets for help on using
tickets.
