<smartgwtGroupId>com.isomorphic.smartgwt</smartgwtGroupId>
<smartgwtVersion>3.1-p20140602</smartgwtVersion>
FF 24
Hi,
it's about the KeyPressHandler.
I have an link item defined (form item appearing as html link) which is extending the DynamicForm.
Afer some clicks in the application I give to it the focus, tryed with .focus() and .focusInItem(). The name of my link item appears as focused element in the developer console (...item_name_0). The handler attached to it doesn't fire:
forwardButton.addKeyPressHandler(handler)
when I press the some keyboard key.
My goal is to trigger some next/previous action on the view when pressing the left/rigth arrow key.
When press left or right key the whole screen is moving on the left or on the right.
Is there some issiue known for this version of smartgwt?
Regards,
zapryano
<smartgwtVersion>3.1-p20140602</smartgwtVersion>
FF 24
Hi,
it's about the KeyPressHandler.
I have an link item defined (form item appearing as html link) which is extending the DynamicForm.
Afer some clicks in the application I give to it the focus, tryed with .focus() and .focusInItem(). The name of my link item appears as focused element in the developer console (...item_name_0). The handler attached to it doesn't fire:
forwardButton.addKeyPressHandler(handler)
when I press the some keyboard key.
My goal is to trigger some next/previous action on the view when pressing the left/rigth arrow key.
When press left or right key the whole screen is moving on the left or on the right.
Is there some issiue known for this version of smartgwt?
Regards,
zapryano