Hello all,
I have a form with some textfields and a button. I have a setClickShortcut(KeyCode.ENTER) on the button but it is not working properly… here’s the behaviour:
- We enter on the page and the first textfield is focused
- I press Enter, the supposed action happens
- I write something on the Textfield
- I press Enter, the supposed action do not happen but the textfield border turns to yellow
- I press Enter for a second time and the actions happens
I needed that the Enter worked on the 1st press and not on the 2nd…
Any ideas?
Thanx