click handler fires a "click" event when it should not, r=sbrunner (closes #3202)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11771 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-03-30 08:25:40 +00:00
parent 637dddf3b2
commit cafe9661c4
2 changed files with 16 additions and 3 deletions

View File

@@ -191,6 +191,7 @@ OpenLayers.Handler.Click = OpenLayers.Class(OpenLayers.Handler, {
evt.xy = this.last.xy;
evt.lastTouches = this.last.touches;
this.handleSingle(evt);
this.down = null;
}
return true;
},