Skip to content
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

Browser keyboard shortcuts aren't working #1028

Open
dan-tripp-siteimprove opened this issue Dec 20, 2024 · 0 comments
Open

Browser keyboard shortcuts aren't working #1028

dan-tripp-siteimprove opened this issue Dec 20, 2024 · 0 comments

Comments

@dan-tripp-siteimprove
Copy link

Resource URL

https://www.w3.org/WAI/test-evaluate/preliminary/

Description

When I'm on the "Easy Checks" page, my browser keyboard shortcuts aren't working: shortcuts such as alt+d (go to address bar), ctrl+f (find on page), and ctrl+r (reload page).

I saw this behaviour in Chrome, Firefox, and Edge.

I don't know if this is related, but I see this error message in the Chrome devtools console every time I press alt+d:

ableplayer.min.js:3 Uncaught TypeError: Cannot read properties of undefined (reading 'prefAltKey')
    at AblePlayer.getAvailablePreferences (ableplayer.min.js:3:35392)
    at AblePlayer.updateCookie (ableplayer.min.js:3:34941)
    at AblePlayer.handleDescriptionToggle (ableplayer.min.js:3:136313)
    at AblePlayer.onPlayerKeyPress (ableplayer.min.js:3:178479)
    at ableplayer.min.js:3:407
    at dispatch (jquery.min.js:3:10316)
    at q.handle (jquery.min.js:3:8343)

and this error message every time I press ctrl+f:

ableplayer.min.js:3 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
    at AblePlayer.handleFastForward (ableplayer.min.js:3:132650)
    at AblePlayer.onPlayerKeyPress (ableplayer.min.js:3:178566)
    at ableplayer.min.js:3:407
    at dispatch (jquery.min.js:3:10316)
    at q.handle (jquery.min.js:3:8343)

I saw some other error messages in Firefox - not the same messages as Chrome, but also mentioning "ableplayer.min.js".

My keyboard shortcuts work normally on this ableplayer demo page.

Resource Shortname

wai-easy-checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant