Hi!
I am trying to implement form submit on ENTER. I have a button that performs submit, and i have set clickShortcut on that button using:
btn.setClickShortcut(KeyCode.ENTER);
When I fill in my login data and press ENTER I get the following error (using Firefox):
http://img585.imageshack.us/img585/364/ss3z.png
When I fill in my login data and press ENTER I get the following error (using IE):
http://img525.imageshack.us/img525/8388/ss4s.png
In Chrome everything works fine.
I have also tried other methods to set keyboard shortcut, it’s exactly the same as posted above.
I did not file this as a bug because it works in Chrome, so maybe something is wrong with other browsers.
Thanks for any help!
Goran
P.S. Admins, sorry if I posted this in wrong forum.
P.S 2 Images are huge, I will remove them and just put links here. I wont resize them because the text wouldnt be visible.