Skip to content
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

beforeKeyDown event -> stopImmediatePropagation is not working #495

Open
arfis opened this issue Jan 23, 2018 · 1 comment
Open

beforeKeyDown event -> stopImmediatePropagation is not working #495

arfis opened this issue Jan 23, 2018 · 1 comment

Comments

@arfis
Copy link

arfis commented Jan 23, 2018

Using the beforeKeyDown event for deactivating the key movement in the table, does not work. The beforeKeyDown emitter returns an array of keyEvents. When trying to call stopImmediatePropagation on the returned events, nothing happens and it is still possible to move in the table.

@renehamburger
Copy link

@arfis, please check if this is an issue with Handsontable itself, e.g., by editing their example on JSFiddle. If it is a Handsontable issue rather than a problem with our wrapper, please post it on the Handsontable issue tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants