Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calender control of the Date form field is not accessible through keyboard #2655

Open
ManishaC1 opened this issue Sep 13, 2024 · 3 comments
Open
Assignees
Labels
status:in-progress Work is in progress
Milestone

Comments

@ManishaC1
Copy link

ManishaC1 commented Sep 13, 2024

Githubs Tags: #A11ySev2; #DesktopWeb; #A11yMAS; #A11yTCS; #Win11; #WCAG2.1.1; #FTP; #ChromiumEdge;

"Please do not close this bug. This bug should only be closed by TCS, C+AI Accessibility after verification of the bug".

Environment Details:

Application Name: Fluent UI Blazor
Page URL: https://fluentui-blazor.net/DateTime#defaulttimepicker
Chromium Edge Version 128.0.2739.79 (Official build) (64-bit)

Repro Steps:

  1. Launch #URL: https://fluentui-blazor.net/DateTime#defaulttimepicker
  2. Tab to "Days view" Date form field.
  3. Observe that the calendar control associated with the form field is not accessible through Keyboard.

Actual Result:

The calendar control in the “days view” doesn’t work with keyboard keys like Enter or Spacebar. It only opens when you click it with a mouse.

Expected Results:

The Calendar control associated with the Date form field must be accessible through Keyboard keys.

User Impact:

Keyboard users are impacted due to the inability to activate the calendar control via keyboard keys.

WCAG Reference:

https://www.w3.org/WAI/WCAG21/Understanding/keyboard.html

Attachments:

2655

@microsoft-github-policy-service microsoft-github-policy-service bot added the triage New issue. Needs to be looked at label Sep 13, 2024
@dvoituron dvoituron self-assigned this Sep 14, 2024
@dvoituron dvoituron added status:in-progress Work is in progress and removed triage New issue. Needs to be looked at labels Sep 14, 2024
@vnbaaij vnbaaij added this to the v4.10.1 milestone Sep 16, 2024
@dvoituron
Copy link
Collaborator

Indeed, this component is not compatible with accessibility features, as explained in the documentation.
{B4471ACE-358A-44BC-A779-BE580862C361}

We will work on it.

@dvoituron
Copy link
Collaborator

I pushed this PR #2688.

The user can navigate, using keyboard (Tab and Enter), into the Calendar or DatePicker components.
But not yet using the arrows to navigate from day to day (or month to month).

peek_5

@dvoituron
Copy link
Collaborator

@ManishaC1 Can you confirm that this is an acceptable first solution? We'll create another update later to add navigation arrows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:in-progress Work is in progress
Projects
None yet
Development

No branches or pull requests

3 participants