Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.10.1
Description
When using QQuickText with Accessible all the html tags are read aloud by accessibility narrator.
This feature request is about adding functionality to QQuickText so that the html tags are not read aloud.
Rectangle { Accessible.name: myText.text Accessible.checkable: true Accessible.role: Accessible.StaticText Accessible.focusable: true Text { id: myText anchors.centerIn: parent text: "Hello Qt <a href=\"www.qt.io\">hyperlink</a>. I am a sentence." onLinkActivated: console.log(link + " link activated") } }
Attachments
Issue Links
- relates to
-
QTBUG-67878 [Accessibility] Add functionality to QQuickText for allowing link navigation and activation with keyboard
- In Progress
- mentioned in
-
Page Loading...