From 72bf882b620a650e5872729c053aae8a0256f8ac Mon Sep 17 00:00:00 2001 From: crschmidt Date: Tue, 26 Aug 2008 23:35:31 +0000 Subject: [PATCH] Controls should (by definition within OL) stop downs (if they care) and allow ups to propogate. The default behavior of the Feature handler broke this rule, and as a result, some aspects of ragging a box control failed when letting go over a feature. This corrects the behavior. r=ahocevar. (Closes #1293) git-svn-id: http://svn.openlayers.org/trunk/openlayers@7873 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Handler/Feature.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Handler/Feature.js b/lib/OpenLayers/Handler/Feature.js index 38415862c7..a66e74699c 100644 --- a/lib/OpenLayers/Handler/Feature.js +++ b/lib/OpenLayers/Handler/Feature.js @@ -96,9 +96,9 @@ OpenLayers.Handler.Feature = OpenLayers.Class(OpenLayers.Handler, { * {Boolean} If stopUp is set to true, handled mouseups do not * propagate to other mouseup listeners. Otherwise, handled mouseups * do propagate. Unhandled mouseups always propagate, whatever the - * value of stopUp. Defaults to true. + * value of stopUp. Defaults to false. */ - stopUp: true, + stopUp: false, /** * Property: layerIndex