-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8, 6.9, 6.10.0 Beta1
-
None
-
-
30453147f (dev), 18090a16e (6.10), 10f61ad73 (6.9), a49629e16 (dev), 8f522387a (6.10), 5dca99f41 (tqtc/lts-6.8), b5240fc4d (6.9), a71d7c3b2 (tqtc/lts-6.8), 4bf60d0a6 (6.9.2)
We try to use NVDA with a simple example:
import QtQuick import QtQuick.Controls import QtQuick.Layouts ApplicationWindow { id: root height: 480 title: qsTr("Hello World") visible: true width: 640 ColumnLayout { Text { text: "Testing 1" } Button { text: "Button 1" } Text { text: "Testing 2" } Button { text: "Button 2" } Text { text: "Testing 3" } } }
It is not possible to select the Text elements with [NVDA Button]+[NumPad Buttons]. Buttons working fine.
Using "Accessible.focusable: true" does not help.
Using "activeFocusOnTab: true" helps to access the Text with Tab but [NVDA Button]+[NumPad Buttons] is still not working.
As example on Windows 10 in the Settings the selection of text with [NVDA Button]+[NumPad Buttons] is working fine.
Same Problem with JAWS and Narrator. Text ist not visible in the Windows Accessible API.
- relates to
-
QTBUG-128917 [Android][A11y] Accessible.focusable is wrong
-
- Reported
-