OPAC redirects users without warning or opportunity to cancel
Bug #1894900 reported by
Christopher Burton
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Confirmed
|
High
|
Unassigned |
Bug Description
Meta Refresh needs some work to be accessible as stated here
https:/
I understand we need the refresh especially for OPACs, but for customers at home, it may take them longer to read the page than could be set. To use an auto-refresh, it should communicate with the user it is about to happen and give them an option to cancel the refresh.
This would still keep it functional in the OPACs but give the user the option to opt out at that time
summary: |
- OPAC Meta Refresh + OPAC redirects users without warning or opportunity to cancel |
Changed in evergreen: | |
status: | New → Confirmed |
importance: | Undecided → High |
To post a comment you must log in.
Confirmed in Evergreen 3.9.1
Google Chrome 109.0.5414.120
We are working on increasing the accessibility of Evergreen for our patrons, and we hit an error on the myopac pages with regard to page refreshes and redirects. We are using the WAVE browser extension to detect accessibility issues in the pages.
This is the error that we received when loading up any of the MyOpac pages:
The page is set to automatically change location or refresh using a <meta> tag.
Pages that automatically change location or refresh pose significant usability issues, particularly for screen reader and keyboard users.
How to Fix It
Remove the <meta> refresh and give the user control over time-sensitive content changes.
Steps to replicate:
Go to the OPAC home page.
Log in as a user
Use the wave extension to diagnose the page for accessibility issues.
The meta tag that is causing this issue is located at the top of the templates_ bootstrap/ opac/parts/ base.tt2 template file:
<meta http-equiv= "refresh" content="[% ctx.authtime %]; url=[% ctx.home_page %]" />