Bug in clickShortcut (FF, IE)?

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.

Sounds like the same problem as in
this post
. There’s ticket (
#6316
) about this, it’ll probably be fixed in 6.5.1 in about two weeks or so.

Yes, looks like it’s the same thing.
Thanks!

Hi,
I just updated my app to vaadin 6.5.1. and this still isn’t fixed.
Error is the same as before. Can anybody confirm that it is fixed, or is there any workaround to solve this issue?

Thanks!

OK, just ignore this mail, everything works fine. :slight_smile:
I had a bug in my ant build script and didn’t remove old 6.4.9 version from libs.