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

Details

    • macOS, Windows

    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

          Activity

            People

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

              Dates

                Created:
                Updated: