https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40782 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@openfifth.c | |o.uk Text to go in the| |The selections toolbar on release notes| |OPAC search results now | |properly manages keyboard | |focus for disabled buttons. | |Previously, visually | |disabled toolbar buttons | |(such as "Add to cart" or | |"Add to list" when no items | |were selected) could still | |receive keyboard focus, | |which was confusing for | |screen reader users. | | | |Disabled toolbar buttons | |now have `tabindex="-1"` | |applied, making them | |non-focusable until they | |become active. When items | |are selected and the | |buttons become enabled, | |they are automatically made | |focusable again. | | | |This enhancement improves | |the keyboard navigation | |experience and ensures that | |assistive technology users | |are not misled by inactive | |controls that appear to be | |interactive. Keywords|release-notes-needed | -- You are receiving this mail because: You are watching all bug changes.