Page MenuHome GnuPG

Kleopatra: Text field of notepad has no label/accessible name
Testing, NormalPublic

Description

The text field of the notepad should have a label that is announced by screen readers.

Related Objects

StatusAssignedTask
OpenNone
Testing ikloecker

Event Timeline

ikloecker created this task.
ikloecker mentioned this in Unknown Object (Maniphest Task).
ikloecker added a parent task: Unknown Object (Maniphest Task).
ikloecker mentioned this in Unknown Object (Maniphest Task).Aug 4 2025, 9:37 AM
ikloecker changed the task status from Open to Testing.Aug 7 2025, 10:34 AM
ikloecker moved this task from Backlog to WIP on the vsd34 board.

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.

ikloecker mentioned this in Unknown Object (Maniphest Task).Aug 11 2025, 9:22 AM
timegrid added a subscriber: timegrid.

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. [...]