-
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.
| For Gerrit Dashboard: QTBUG-139304 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 669471,3 | a11y: Enable TextInterface for text with heading role | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 669880,2 | a11y: Enable TextInterface for text with heading role | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 669984,2 | a11y: Enable TextInterface for text with heading role | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |