根据错误跟踪器,这应该是固定的:https ://code.google.com/p/earth-api-samples/issues/detail?id=108
我在mouseup
Google Earth 对象的处理程序中的代码:
setTimeout(_.bind(function(){
$('#takecontrol').focus();
this.googleEarthObj.getWindow().blur();
}, this), 1);
这在 Firefox 中有效,但在 Chrome 中似乎无法正常工作。有没有人找到解决方法?