https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886 --- Comment #15 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197508&action=edit Bug 33886: (QA follow-up) Use native date input for split mode Replace the custom split date widget (3 text inputs + flatpickr calendar button) with native <input type="date"> to fix WCAG 2.4.3 Focus Order violation. The custom widget failed keyboard accessibility: activating the calendar button via keyboard left focus on the button instead of moving it into the calendar, and flatpickr's calendar itself lacks proper keyboard navigation. Native date inputs provide built-in split date-part editing, keyboard-navigable calendar picker, and proper focus management with no custom JS required. -- You are receiving this mail because: You are watching all bug changes.