Skip to content

Also initialize the shared audio context on keydown #8570

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

CST1229
Copy link

@CST1229 CST1229 commented Oct 13, 2022

Resolves

Proposed Changes

Adds an additional event listener in src/lib/audio/shared-audio-context.js which listens for keydown events. This fixes a crash that happens if you use only Tab and the arrow keys to go to the Sounds tab without clicking.

Reason for Changes

Fixes a bug, and because:

If something can be done using a keyboard, it would behave the same way as when used with a mouse.

Test Coverage

Did not add any tests.

Browser Coverage

Mac

  • Chrome
  • Firefox
  • Safari

Windows

  • Chrome
  • Firefox
  • Edge (Edge Chromium)

Chromebook

  • Chrome

iPad

  • Safari

Android Tablet

  • Chrome

…ntext

this fixes a crash when navigating to the Sounds tab without clicking or tapping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENA-198: Using keyboard to navigate to the Sounds tab results in a crash
3 participants