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
On video pages, all keystrokes are catched, even if the video player is not focused.
Another example is 'arrow up/down', which triggers 'volume up/down' instead of scrolling the page until maximum/minimum volume is hit.
If the video player is not focused (e.g. something else is selected) keystrokes should not be catched.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
On video pages, all keystrokes are catched, even if the video player is not focused.
Steps to Reproduce the Bug
Another example is 'arrow up/down', which triggers 'volume up/down' instead of scrolling the page until maximum/minimum volume is hit.
Expected Behaviour
If the video player is not focused (e.g. something else is selected) keystrokes should not be catched.
Device Info
The text was updated successfully, but these errors were encountered: