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

🐞 Bug: Input-Feld Success Messages werden vom Screen Reader nicht vorgelesen #7037

Open
mweiershaeuser opened this issue Nov 7, 2024 · 3 comments

Comments

@mweiershaeuser
Copy link

mweiershaeuser commented Nov 7, 2024

Link to the code that reproduces this issue:

https://stackblitz.com/edit/vitejs-vite-rcwjne?file=src%2FApp.tsx

Can you categorise where the error occurs?

React

Which browser or operating system do you used to test KoliBri?

Chrome, Windows

How to reproduce issue?

  1. Tab in das Success Feld
  2. Tab aus dem Success Feld
  3. Tab in das Error Feld
  4. Tab aus dem Error Feld
  5. Tab nochmal in das Error Feld

Current vs. Expected:

Current: Die Message am Feld mit Fehler wird beim Reintabben vorgelesen. Die Message am Success Feld wird gar nicht vorgelesen (weder beim Tab, noch beim Lesen mit Pfeiltasten oder Hovern mit der Maus). Expected: Die Message am Success Feld wird ebenso wie die Error Message vorgelesen.

Environment informations:

bash Stackblitz

@mweiershaeuser mweiershaeuser added the bug Something isn't working label Nov 7, 2024
@github-actions github-actions bot added v Input-Text theme:Default Default theme issue labels Nov 7, 2024
@deleonio deleonio added a11y-refine and removed v labels Nov 12, 2024
@deleonio deleonio moved this to 🚹 A11y in KoliBri Board Nov 12, 2024
@deleonio
Copy link
Contributor

@ElVariablo, @AntnSaj,

bitte lasst unser klären, wie wir Tab- und Lese-Modus gleichermaßen umsetzen könnten.

@deleonio
Copy link
Contributor

Für alle außer error scheint die Referen mit aria-discribedby zu fehlen:

Image

Die Referenz können wir unabhängig von error, usw einheitlich und immer setzen: nonce()-msg

Beispiel
Image

@deleonio
Copy link
Contributor

Den Lesemodus fixen wir in einem separaten Ticket.

@deleonio deleonio moved this from 🚹 A11y to 📄 Ready in KoliBri Board Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📄 Ready
Development

No branches or pull requests

2 participants