[fusion-trac] #124: protoype overrides OpenLayers Event methods in
IE Safari
Fusion
trac_fusion at osgeo.org
Fri Sep 12 11:25:47 EDT 2008
#124: protoype overrides OpenLayers Event methods in IE Safari
-----------------------+----------------------------------------------------
Reporter: madair | Owner: madair
Type: defect | Status: new
Priority: P2 | Milestone: 1.1
Component: Widgets | Version: SVN
Severity: Major | Keywords:
External_id: | State: New
Browser: All | Os: All
-----------------------+----------------------------------------------------
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);
},
--
Ticket URL: <http://trac.osgeo.org/fusion/ticket/124>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.
More information about the fusion-trac
mailing list