开发者

Textbox cant be selected or set to focus

开发者 https://www.devze.com 2023-02-01 17:45 出处:网络
I am using the latest Minefield and Chrome nightly builds; at the official O3D webgl samples (ie.http://o3d.googlecode.com/svn/trunk/samples_webgl/o3d-webgl-samples/customcamera.html) I cant change an

I am using the latest Minefield and Chrome nightly builds; 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. 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 wher开发者_Python百科e I require an overlaying interface for my 3D shiz

Is anyone else having this problem, has investigated the problem, or is able to provide any knowledge or analysis of this BUG ?

Textbox cant be selected or set to focus


AHAAAAAAAAAAAAAAAAAAAAA!!!!!!!!!!!!

GOOGLE YOU * FOOLZ

IN WEBGL.JS COMMENT THE ON 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;
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号