https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814
--- Comment #89 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 203244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203244&action=edit Bug 19814: (follow-up) Add aria-labelledby to batch confirm modal The batch confirm modal was missing an aria-labelledby association between its wrapper and its title, so screen readers couldn't announce the dialog's purpose when it opens. Sibling modals such as bundleMissingModal already follow this pattern. Add id="batchConfirmLabel" to the modal-title h3 and reference it via aria-labelledby on the modal wrapper. Test plan: 1. Enable batch checkin and scan a list containing a multi-part item or a bundle so the confirm modal opens. 2. With a screen reader active (Orca / NVDA), confirm the dialog title "Batch paused: confirmation required" is announced when the modal appears. 3. Inspect the markup and confirm aria-labelledby="batchConfirmLabel" matches the id on the h3. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
