[Koha-bugs] [Bug 26041] Accessibility: The date picker calendar is not keyboard accessible for "Reservation not needed after:" input

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 22 14:37:31 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26041

--- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I believe this is an elegant solution to the problem highlighted in the
accessibility report.

jQuery UI's datepicker is a popular component in wide use around the internet
and is actually well regarded for it's accessibility options.

In this patch, I have chosen not to replace the standard datepicker, but rather
supplement it's existing functionality by hijacking arrow key inputs when the
datepicker is in focus and mapping them to a ctrl + arrow combination before
forwarding them to the datepicker and as such enable no ctrl navigation of the
datepicker.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list