Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.4, 5.9.5, 5.15.2
-
Windows, Qt 5.9.5 (build from branch), MSVC2019
OS X, Qt 5.9.4 (build from tarball)
-
-
41926e08d73ea6c4bbfc87a1dd52d2cdbc435c27 (qt/qtdeclarative/dev)
Description
I'm trying to move my QML based application, which has working accessible features, to use a QMainWindow. When adding my QQuickWidget as the central widget of the QMainWindow, the app itself works great. When I fire up my screen reader, however, I just get the name of my application read twice. No elements whatsoever are accessible using any accessibility feature I've tried, not on OS X nor on Windows.
If I use QQuickView, accessibility features work (but I'm unable to use widget based components)
Apparently, other users have also found this bug: http://lists.qt-project.org/pipermail/interest/2018-February/029341.html