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:
@@ -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) {}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user