https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26041
--- Comment #3 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ 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/
