Fixed
Details
Priority
CriticalAffects versions
Fix versions
Components
Assignee
Kendra EdwardsKendra EdwardsReporter
Matthew JonesMatthew Jones
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Kendra Edwards
Kendra EdwardsReporter
Matthew Jones
Matthew JonesCreated April 19, 2018 at 7:35 AM
Updated August 2, 2024 at 2:13 PM
Resolved June 6, 2018 at 1:17 AM
The "Sign Up" feature of the Meetings page in the Brock University environment provides a control to expand all recurring meetings. This control is presented visually as a plus sign, placed directly to the left of the meeting displayed. However, this is a simulated control that cannot receive keyboard focus and relies solely on the use of a mouse to activate. As such, keyboard-only users are unable to either navigate to or activate the control.
Developers must ensure that all simulated controls implemented in the environment are keyboard accessible. As this control is created by placing an onclick event handler on a <span> element, developers must include a <tabindex> value of "0" on the <span>, as well as device-independent event handlers to provide support for activating the control with the keyboard.