Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.10.1, 5.14.2
-
6.2 Features
Description
When using QQuickText with Accessible navigating with tab key and activating the hyperlink with enter key is not possible.
This feature request is about adding that missing functionality to QQuickText.
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-67880 [Accessibility] Add functionality to QQuickText so that the html tags are not read aloud by accessibility narrator
-
- Open
-