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

Use browser's built-in "date" widget instead of jQuery UI Datepicker that is inaccessible using keyboard (#1751) #1782

Merged
merged 2 commits into from
Feb 17, 2024

Conversation

ikedas
Copy link
Member

@ikedas ikedas commented Dec 16, 2023

Instead, use browser's built-in widget with element.

This may fix #1751.

@ikedas ikedas added bug layout WWSympa web design labels Dec 16, 2023
…1751)

Instead, use browser's built-in widget with <input type="date"> element.
@ldidry
Copy link
Contributor

ldidry commented Dec 18, 2023

I don’t know if it would be useful for the few browsers which doesn’t support date input type, but maybe we could keep a placeholder="yyyy-mm-dd" on the input?

@ikedas
Copy link
Member Author

ikedas commented Dec 18, 2023

Done!

Copy link
Contributor

@ldidry ldidry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@ikedas ikedas added the ready A PR is waiting to be merged. Close to be solved label Jan 7, 2024
@ikedas ikedas changed the title jQuery UI Datepicker is inaccessible using keyboard (#1751) Use browser's built-in "date" widget instead of jQuery UI Datepicker that is inaccessible using keyboard (#1751) Jan 16, 2024
@ikedas ikedas added this to the 6.2.74 milestone Feb 17, 2024
@ikedas ikedas merged commit 0031977 into sympa-community:main Feb 17, 2024
16 checks passed
@ikedas ikedas deleted the issue-1751 branch February 17, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug layout WWSympa web design ready A PR is waiting to be merged. Close to be solved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sympa Accessibility Issue - 21 - Unable to select date from the calendar picker using keyboard
2 participants