Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8
-
None
-
826e143c3 (dev), fa8b3ac42 (6.8)
Description
Repro:
Open attached example:
> qml a11y-name.qml
Click the button
It should print Accessible.name, Accessible.description and Accessible.role on the console. Clicking again will mutate those values.
In dev, this doesn't work for Accessible.name
I suspect this is a QML bug. Strangely, I see this problem only if the property is called 'name'. (I tried to rename it to 'surname', and it works again).
Attachments
Issue Links
- split to
-
QTBUG-126877 Verify that QQmlTypeWrapper::virtualResolveLookupGetter and virtualGet are in sync
- Reported