https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42143
--- Comment #6 from Paul Derscheid <[email protected]> --- Created attachment 196024 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196024&action=edit Bug 42143: Remove empty duplicate links from patron breadcrumbs This patch imporves accessibility for screen readers by removing a duplicate empty link that is rendered in the breadcrumbs on patron pages. patron-title.inc already includes the links and doesn't need to be wrapped in <a> element. To test: 1. Go to a patron record and tab through the breadcrumbs 2. Notice there is an empty link that is invisible but gets focus between the Patrons and <patron title> breadcrumbs. 3. Check the other tabs to confirm the issue is present Accounting, Routing list, Circulation history, Holds history, Notices, Statistics and Purchase suggestions 4. Click edit and check the breadcrumbs on that page 5. Enable TwoFactorAuthentication and check the manage two-factor auth page 6. Apply patch 7. Revist the pages from steps 1-5 and tab through the breadcrumbs again 8. Confirm there is no duplicate empty link Signed-off-by: David Nind <[email protected]> Signed-off-by: Paul Derscheid <[email protected]> -- 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/
