final update to r1438 -- forgot to test on ie. turns out the 'safe' part means not setting that returnValue property.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1440 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -526,6 +526,5 @@ OpenLayers.Util.safeStopPropagation = function(evt) {
|
|||||||
if (evt.stopPropagation) {
|
if (evt.stopPropagation) {
|
||||||
evt.stopPropagation();
|
evt.stopPropagation();
|
||||||
}
|
}
|
||||||
evt.returnValue = false;
|
|
||||||
evt.cancelBubble = true;
|
evt.cancelBubble = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user