文本框无法选择或设置为焦点

我正在使用最新的Minefield和Chrome夜间版本;在官方的O3D webgl示例中(ie.http://o3d.googlecode.com/svn/trunk/samples_webgl/o3d-webgl-samples/customcamera.html)我无法更改未禁用的html文本框中的任何文本。使用O3D时,我对自己的页面有同样的问题(没有测试过原始的webgl脚本,但我现在正在使用o3d eek)..这是一个问题,现在我已经到了需要重叠接口的地步我的3D小精灵 是否有其他人遇到此问题,已调查过该问题,或者是否能够提供此BUG的任何知识或分析?     
已邀请:
AHAAAAAAAAAAAAAAAAAAAAA !!!!!!!!!!!! GOOGLE YOU * FOOLZ 在WEBGL.JS评论小鼠下来BS
  // This keeps the cursor from changing to an I-beam when the user clicks and
  // drags.  It's easier on the eyes.
  function returnFalse() {
    return false;
  }
  document.onselectstart = returnFalse;
  //document.onmousedown = returnFalse;
    

要回复问题请先登录注册