バグトラッカーによると、これは修正されるはずです: 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 では正しく機能していないようです。誰かが回避策を見つけましたか?