[Koha-bugs] [Bug 26041] Accessibility: The date picker calendar is not keyboard accessible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 22 16:32:14 CEST 2020


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi,

it looks like the readonly is set in the JavaScript:

        $(".toggle-hold-options").show();
        $(".hold-options").hide();
        $(".holddatefrom,.holddateto").prop("readOnly", true);

.holddateto is the one for "Hold not needed after:".

Owen, could you maybe help out here? I am not sure why this was added and if we
have means to validate the field input.

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


More information about the Koha-bugs mailing list