CMUBigLab / webanywhere

Accessible Technology Anywhere
http://webanywhere.cs.washington.edu/beta/
Other
17 stars 7 forks source link

Fail to press a button key #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This code don't work on WA. The button is not able to press with <ENTER>
key (even with the onkeypress event)
<button type="button" onclick="foo()">click me</button>

This code code works:
<form><input type="button" onclick="foo()" value="click me" /></form>

Original issue reported on code.google.com by hgn...@gmail.com on 21 Mar 2010 at 11:08