Home GnuPG

Prevent screen readers from reading the tool tip

Description

Prevent screen readers from reading the tool tip

The tool tip shows details about the key using an HTML table. It is not
suitable for being read by screen readers. (orca even reads all the HTML
tags.) Since Qt uses the tool tip as fallback for the accessible
description if the accessible description is empty, we have to set a
non-empty accessible description to prevent Qt from doing so.

Alternatively, we could set an accessible description giving details
about the key suitable for screen readers, but the value of the combo
box already gives more than enough details.

Details

Provenance
ikloeckerAuthored on Aug 12 2022, 9:37 AM
Parents
rLIBKLEO9db5941e40b3: Show header in qtc6
Branches
Unknown
Tags
Unknown
Tasks
T6046: Kleopatra: Make certifying certificates accessible