Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.2
-
None
Description
App.qml is a minimal example. We stripped down our custom text implementation we use on Mobile and Desktop. The functions related to the links are only enabled for Desktop in our application because Mobile already works fine with A11y. But this implementation cause a Bug on Android A11y.
Using the minimal example with enabled TalkBack shows, that `Accessible.focusable` is false. TalkBack is still selecting "something" (the parent?) with the blue border. However, the text is read out correctly. See
When we replace
Accessible.role: hasLink ? Accessible.Button : Accessible.StaticText
with
Accessible.role: Accessible.StaticText
the result is as expected and `Accessible.focusable` is true. See
But in both cases `Accessible.role` will evaluate to `Accessible.StaticText`. What is wrong there?
Attachments
Issue Links
- relates to
-
QTBUG-137860 [Windows][A11y] Text can not be selected by NVDA
-
- Reported
-