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

Navigation: Enter-Key does not submit highlighted key #699

Closed
iischwuerfl opened this issue Oct 9, 2018 · 1 comment
Closed

Navigation: Enter-Key does not submit highlighted key #699

iischwuerfl opened this issue Oct 9, 2018 · 1 comment
Labels

Comments

@iischwuerfl
Copy link

iischwuerfl commented Oct 9, 2018

We are experiencing the following behaviour:

While using the navigation extension with toggle-mode activated, the enter-key does not submit a key.

If the mouse is not hovering over a key, the enter-event does not submit a key at all - even if there is a highlighted key. The following error is printed:

Uncaught TypeError: last.wheel_$Keys.eq is not a function at HTMLButtonElement.<anonymous> (jquery.keyboard.js:1128) at HTMLButtonElement.callback (jquery.keyboard.js:1032) at HTMLDivElement.dispatch (jquery-latest.min.js:2) at HTMLDivElement.y.handle (jquery-latest.min.js:2) at Object.trigger (jquery-latest.min.js:2) at HTMLButtonElement.<anonymous> (jquery-latest.min.js:2) at Function.each (jquery-latest.min.js:2) at w.fn.init.each (jquery-latest.min.js:2) at w.fn.init.trigger (jquery-latest.min.js:2) at $.keyboard.base.checkKeys (jquery.keyboard.extension-navigation.js:125)

Reproducable using the official demo version of the navigation extension.

It works when setting the useWheel option to false, but then the navigation between the two keyboard lines does not work anymore correctly. Pressing arrow up does not jump to the key directly above.

@Mottie
Copy link
Owner

Mottie commented Oct 9, 2018

Hi @iischwuerfl!

Thanks for reporting this problem. It'll be fixed in the latest update!

@Mottie Mottie closed this as completed in af1ad45 Oct 9, 2018
@Mottie Mottie added the Bug label Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants