Bug 39329

Summary: Scroll to top does not move focus to a sensible place
Product: Koha Reporter: Jake Deery <jake.deery>
Component: AccessibilityAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: martin.renvoize, matt.blenkinsop, oleonard
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Jake Deery 2025-03-14 09:20:47 UTC
The scroll to top button should return focus to the same place as the page load focuses. As we use a skip to main content button in Koha, we should probably have scroll to top focus on that by default, with the possibility to pass in an element id or class as an override.

This has come up in a recent customer accessibility audit. Something to mull over!

Jake.