[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Public WebGL] text input fields broken on Chrome 10 when webgl used
- To: Stephen Bannasch <stephen.bannasch@deanbrook.org>
- Subject: Re: [Public WebGL] text input fields broken on Chrome 10 when webgl used
- From: Giles Thomas <giles.thomas@gmail.com>
- Date: Tue, 15 Mar 2011 18:51:04 +0000
- Cc: public_webgl@khronos.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=jNsqrsHM04hyuJaVMOBrVA6EHu7apI3kfcEqTWeVCHY=; b=ndi2fidXZ0aqe35DJ4/mhCJCWL5fC1Fq3oFkILRHenNX5qvmn3HIzE2iGexrIYg69e vg5LberkybpJg7WxU9GXgvgJ6wBuVqCVhCzqk4Znt1x6aIDAHRm5sPGmOvJwQ/FfQDl+ sYCV5cUJ2xUz4JUDiT+imZPK0IG85Hudyktd4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=s9uo5viYrDkIgPtcB7JPMeMTCnBK2vjbjSpfmhJZtHorJrWnYTsrumJo3YuHLb2P8n GGWAmEqu93NOnrz/iTiSrVtdyOWAUMz06jlo1T3SPyuoH/b/I7N6AWLGDz23/DuQncY0 B24PGBnJ0onZ/wMXKMiXN5lwoc+XIrvfaCUhE=
- In-reply-to: <p06240830c9a34c8bc166@192.168.1.122>
- List-id: Public WebGL Mailing List <public_webgl.khronos.org>
- References: <p06240830c9a34c8bc166@192.168.1.122>
- Reply-to: giles@giles.net
- Sender: owner-public_webgl@khronos.org
Interesting, this is breaking my WebGL demos too (eg. <http://learningwebgl.com/lessons/lesson07/index.html>). Someone had reported it (see comments here <http://learningwebgl.com/blog/?p=684&cpage=1#comment-15999>) but I'd got the impression that it had been fixed when I investigated. However, a fresh install today of Chrome shows the problem.
This is a pretty serious bug in Chrome. My earlier experimentation suggested that any checkbox or text input field in a page that gets a WebGL context in the onload handler is broken.
Cheers,
Giles