radio4000
radio4000 copied to clipboard
Keyboard shortcuts conflict in text inputs
It's not yet working as it should. player keyboard shortcuts are triggering inside (some) inputs.
https://github.com/internet4000/radio4000/pull/282#issuecomment-444273366 https://github.com/internet4000/radio4000/issues/269
Fixed in #285
This is still a problem in https://github.com/internet4000/radio4000/pull/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.
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}}.