Turn off the Yahoo Keyboard handlers, since their use results in the map

moving without OpenLayers knowing about it when they are on.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@3730 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-07-13 13:36:16 +00:00
parent 8e1eb78c26
commit e420ec851c

View File

@@ -62,6 +62,7 @@ OpenLayers.Layer.Yahoo.prototype =
loadMapObject:function() {
try { //do not crash!
this.mapObject = new YMap(this.div, this.type);
this.mapObject.disableKeyControls();
} catch(e) {}
},