Skip to content

Improve accessibility

Albert Vaca Cintora requested to merge work/qml-app-accessibility into master

Fixes based on the report here: HAN_Accessibility_Report_KDEConnect_Linux_Desktop-1.pdf

Unfortunately, most issues are in Kirigami and we can't fix them from our side. Namely, these things remain unfixed:

  • Kirigami.PlaceholderMessage are not read by screen readers
  • When navigating with the keyboard, pressing tab selects elements from right to left, which is weird
  • When navigating with the keyboard, the selected element is not highlighted
  • Kirigami.Action that don't have a text property don't use the Accessible.name property when using a screen reader.
Edited by Albert Vaca Cintora

Merge request reports