Home GnuPG

Prevent NVDA from speaking "X.509 Directory Services" twice

Description

Prevent NVDA from speaking "X.509 Directory Services" twice

Qt reports the title of a group box as accessible name for the direct
children of the group box (similar to how labels work) unless the children
report their own accessible name. In case of the directory services editor
the list and the buttons are contained in a plain QWidget which doesn't
report its own accessible name so that the group box title was used as
last resort. This can be avoided by explicitly setting a non-empty
accessible name for the DirectoryServicesWidget.

Details

Provenance
ikloeckerAuthored on Wed, Oct 8, 11:52 AM
Parents
rKLEOPATRA4c4f7838161b: GIT_SILENT Sync po/docbooks with svn
Branches
Unknown
Tags
Unknown
Tasks
T7850: NVDA reads "X.509 Directory Services" twice