Screen readers (NVDA, Narrator, etc.) can't read control labels in the current UI because the QML components don't expose Accessible properties.
This affects:
- Screen reader users
- Keyboard-only navigation
I've been working on a fix that adds the necessary Accessible.name, Accessible.role, and focus handling to the main components.
Screen readers (NVDA, Narrator, etc.) can't read control labels in the current UI because the QML components don't expose
Accessibleproperties.This affects:
I've been working on a fix that adds the necessary
Accessible.name,Accessible.role, and focus handling to the main components.