Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-67880

[Accessibility] Add functionality to QQuickText so that the html tags are not read aloud by accessibility narrator

XMLWordPrintable

    • macOS, Windows

      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")
              }
          }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            smd Jan Arve
            kileppal Kimmo Leppälä
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes