https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39489
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This fixes the "Refine your release notes| |search" section in the | |OPAC. For screen reader | |users on smaller screens, | |it now correctly announces | |that it is an expandable | |section, instead of a link | |(by adding an aria-expanded | |attribute). | | | |Explanation: | |The 'Refine your search' | |expandable section in the | |Koha OPAC was not clearly | |announced by screen readers | |for smaller screen sizes. | |This is because the | |expandable section was | |identified and announced as | |a link. This resulted in | |screen reader users | |incorrectly expecting a | |link to another page, and | |not being informed that it | |was an expandable section. --- Comment #7 from David Nind <[email protected]> --- Testing notes (using KTD): 1. To display the "Most popular" link under the search box, set the OpacTopissue system preference to "Allow". 2. To see the full history for a subscription: 2.1 Set the SubscriptionHistory system preference to "full history". 2.2 Set up a serial using the serials module (no need to add any items). 2.3 View the record in the OPAC 2.4 Select the Subscriptions tab. 2.5 Click the "More details" link under the latest issues table. 2.6 You should now be on the full subscription history page for the serial. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
