-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.9.1, 6.10
-
None
-
-
776007523 (dev), 75f8c3db8 (6.10), 493522d18 (6.9)
Consider the following code:
import QtQuick import QtQuick.Controls Column { Label { text: "Hello" focusPolicy: Qt.TabFocus } Label { text: "Hello" focusPolicy: Qt.TabFocus Accessible.role: Accessible.Heading } }
Orca (correctly ) reads the first Label as "Hello", but the second one is announced as "Heading", without the actual text.