Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.2
-
None
Description
When moving the screen reader's focus to some reasonable element by calling forceActiveFocus(), it is indeed moved on the first call. However, this does not work a second time as the underlying QQuickItem still "has" the focus. The MWE from QTBUG-126622 applies here as well.
For iOS/macOS there seems to be suitable callbacks:
Do these need to set/reset the Item's focus property.
Attachments
Issue Links
- relates to
-
QTBUG-126622 [iOS] Screen Reader focus gets stuck
- Closed