-
Notifications
You must be signed in to change notification settings - Fork 92
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
Tab key not working to move focus #35
Comments
Try to add this line in maskedinput.js
|
@Ex10Dios, thanks!!! I'm running it in a Laravel installation. I edited both files (in dist and src directories) and compiled again with NPM. But still the same issue. Any clue about what I'm doing wrong? |
This appears to be an issue with Firefox only. I'm experiencing this with FF v59.0.1 on both Mac and PC. |
Similar issue to @gml-fahlgren - seems to only affect Firefox. Edit: Further debugging shows that the tab keyCode check is actually reached in FF
so I'm wondering if either we're returning the wrong value or the event doesn't bubble up properly? 🤔 |
@gml-fahlgren I've managed to find a fix, it's actually in the firefox/IE check in
And the temporary fix (although I think it could be handled more elegantly, since a lot of other key modifiers are still blocked atm like browser tab shortcuts [Alt+N]):
I'm planning to fork the repo soon. I'd first want to do some clean up on the code. |
No description provided.
The text was updated successfully, but these errors were encountered: