We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not yet working as it should. player keyboard shortcuts are triggering inside (some) inputs.
#282 (comment) #269
The text was updated successfully, but these errors were encountered:
Fixed in #285
Sorry, something went wrong.
This is still a problem in #298
It happens when we use the normal <input>. When we use Ember's {{input}}, the keyboard events don't trigger more than they should.
<input>
{{input}}
So… to close this issue we have to make sure that the shortcuts defined in https://github.com/internet4000/radio4000/blob/master/app/mixins/keyboard-shortcuts-global.js DO NOT trigger inside either <input> or {{input}}.
No branches or pull requests
It's not yet working as it should. player keyboard shortcuts are triggering inside (some) inputs.
#282 (comment)
#269
The text was updated successfully, but these errors were encountered: