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

Replace onKeyPress with onKeyDown and evaluate replacing the CAPTCHA component #1731

Open
4 tasks
hom3mad3 opened this issue Dec 17, 2024 · 2 comments
Open
4 tasks

Comments

@hom3mad3
Copy link
Contributor

Description

The current CaptCheck component uses the deprecated onKeyPress event, which needs to be replaced with onKeyDown for keyboard events. Additionally, the existing CAPTCHA implementation may benefit from a full replacement to improve user experience, accessibility, and maintainability.

Acceptance Criteria

  • onKeyPress is fully replaced with onKeyDown.
  • Accessibility for keyboard users is maintained.
  • Research and proposal for alternative CAPTCHA solutions are documented.
  • Decision made regarding whether to refactor or replace the current CAPTCHA.
@hom3mad3
Copy link
Contributor Author

@goapunk fyi

@goapunk
Copy link
Contributor

goapunk commented Dec 18, 2024

@hom3mad3 thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants