webMUSHRA
webMUSHRA copied to clipboard
Spacebar Play/Pause doesn't work correctly on Firefox 88.0.1
Hey guys,
play/pause gets triggered when pressing and when releasing the spacebar on Firefox 88.0.1
I didn't notice the issue on other browsers.
probably some issue with the keyboard shortcut lib we are using. the version inside webMUSHRA seems horribly outdated: https://github.com/ccampbell/mousetrap
I don't have the bandwidth to change this right now, but feel free to open a PR, replacing https://github.com/audiolabs/webMUSHRA/tree/master/lib/external/mousetrap with the newest version and test if this solves it...
I replaced both files (LICENSE.txt and mousetrap.min.js) with the updated versions but it did not solve the issue for me, do you still want me to open a PR?
@tjueterb Lets maybe wait until the issue is fixed. Can you raise an issue at mousetrap or try to reproduce it in a demo site?