You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However any associated label[for] is not prevented from receiving click events, those events propagate to the input and allow it to trigger a change event on the input in spite of its [aria-disabled=true] status.
This is a relatively new issue create by switching mcq and gmcq to [aria-disabled=true] from [disabled] in order to better facilitate screen readers at pr adaptlearning/adapt-contrib-mcq#228
The text was updated successfully, but these errors were encountered:
If an
input
element has[aria-disabled=true]
it is prevented from receiving click events by:adapt-contrib-core/js/a11y/browserFocus.js
Lines 72 to 76 in 3cec6f1
However any associated
label[for]
is not prevented from receiving click events, those events propagate to theinput
and allow it to trigger a change event on theinput
in spite of its[aria-disabled=true]
status.This is a relatively new issue create by switching mcq and gmcq to
[aria-disabled=true]
from[disabled]
in order to better facilitate screen readers at pr adaptlearning/adapt-contrib-mcq#228The text was updated successfully, but these errors were encountered: