ohmage / gwt-front-end

The javascript/GWT code behind the front end.
6 stars 2 forks source link

Enter key does not submit login form in Firefox #245

Closed ghost closed 12 years ago

ghost commented 12 years ago

GWT's KeyPressEvent fires character codes of value "0" for ALL keyboard actions in Firefox.

Need to add another KeyDownEvent handler to support Firefox 10+