Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Invalid
-
Affects Version/s: 5.3.0
-
Fix Version/s: None
-
Component/s: GUI: Accessibility (a11y)
-
Labels:None
-
Environment:Windows 7, NVDA
Description
Calling QAccessibility::updateAccessibility method doesn't have any effect on the screen-reader.
- for QAccessibleWidget I can see the text funtion being called using qDebug strings, but the screen-reader doesn't say anything.
- for QAccessibleObject nothing happens. It doesn't even look through the hierarchy (it doesn't call childCount or child(int) for the parent)
I added the project that I'm using for testing.