The text field of the notepad should have a label that is announced by screen readers.
Description
Description
Revisions and Commits
Revisions and Commits
rKLEOPATRA Kleopatra | |||
rKLEOPATRA981a3709a14d Notepad: For assistive tools add label and description for text input | |||
rKLEOPATRA0efd675d2fe8 Notepad: Remember last operation | |||
rKLEOPATRA81fc45776982 Notepad: For assistive tools add label and description for text input | |||
rKLEOPATRAf75c0893154d Notepad: For assistive tools add label and description for text input | |||
rKLEOPATRA1a237edfb3c5 Notepad: For assistive tools add label and description for text input | |||
rKLEOPATRAa923296f913c Notepad: Remember last operation |
Status | Assigned | Task | ||
---|---|---|---|---|
Unknown Object (Maniphest Task) | ||||
Unknown Object (Maniphest Task) | ||||
Open | None | T5824 Kleopatra: Full accessibility support | ||
Testing | • ikloecker | T7751 Kleopatra: Text field of notepad has no label/accessible name |
Event Timeline
Comment Actions
Fixed and backported for VSD 3.4
The text field now has a label (accessible name) and a(n accessible) description. Both texts depend on the context, i.e. after a sign/encrypt/decrypt/verify operation the texts are different.
Comment Actions
Looks good to me on gpg4win-5.0.0-beta369 @ win10:
- startup
Notepad window Text to process edit Either enter a text you want to sign or encrypt, or an encrypted or signed text you want to decrypt or verify. You can also enter certificates in text form to import them. blank
- sign/encrypt -> decrypt/verify
Signed and encrypted text edit This is the result of the sign and encrypt operation. [...] Decrypted and verified text edit This is the result of decryption and signature verification. [...]
- sign -> verify
Signed text edit This is the result of the sign operation. [...] Verified text edit This is the result of the signature verification. [...]
- encrypt -> decrypt
Encrypted text edit This is the result of the encryption. [...] Decrypted text edit This is the result of the decryption. [...]