简体   繁体   English

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

[英]Textbox cant be selected or set to focus

I am using the latest Minefield and Chrome nightly builds; 我正在使用最新的Minefield和Chrome每晚版本; at the official O3D webgl samples (ie. http://o3d.googlecode.com/svn/trunk/samples_webgl/o3d-webgl-samples/customcamera.html ) I cant change any of the text in the non-disabled html text boxes. 在正式的O3D Webgl示例(即http://o3d.googlecode.com/svn/trunk/samples_webgl/o3d-webgl-samples/customcamera.html )上,我无法更改非禁用html文本框中的任何文本。 I have the same problem with my own pages when using O3D (haven't tested raw webgl script but I am now using o3d eek ) .. and this is a problem now that I have gotten to the point where I require an overlaying interface for my 3D shiz 使用O3D时,我自己的页面存在相同的问题(尚未测试过原始的webgl脚本,但现在使用的是o3d eek )..这是一个问题,因为我已经到了需要覆盖界面的地步我的3D shiz

Is anyone else having this problem, has investigated the problem, or is able to provide any knowledge or analysis of this BUG ? 是否还有其他人有这个问题,已经调查了问题,或者能够提供有关此BUG的任何知识或分析?

替代文字

AHAAAAAAAAAAAAAAAAAAAAA!!!!!!!!!!!! AHAAAAAAAAAAAAAAAAAAAAAAAA !!!!!!!!!!!!

GOOGLE YOU * FOOLZ GOOGLE YOU * FOOLZ

IN WEBGL.JS COMMENT THE ON MOUSE DOWN BS 在WEBGL.JS中注释MOUSE DOWN 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;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM