New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid: up arrow listener does not work #9507
Comments
|
The client side class Grid.CellFocusHandler.handleNavigationEvent() swallows certain keypresses that it handles itself. A custom implementation of GridEventHandler on the client side might be able to override this, but currently this cannot be done directly from server side code. |
|
@hesara Thank you. |
|
Hello there! It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe. There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too! |
Grid FastNavigation add-on sort of does that and gives focus tracker and event to listen if you want to follow cursor key actions. https://vaadin.com/directory/component/gridfastnavigation-add-on |
Shortcut listener on grid does not work with arrows.
Example code - three listeners for
A,ARROW_UPandDELETE:Then I focused the grid and pressed each key couple of times - the arrow was ignored. A worked, delete worked, arrow up did not worked.
Vaadin version: 8.0.6
The text was updated successfully, but these errors were encountered: