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

JAWS integration

    XMLWordPrintable

Details

    Description

      Currently it is not possible for JAWS to process plain text element in QML, e.g Text. Additionally, JAWS detection also not working with its shortcut navigation, e.g moving through heading using "H" key on WebEngineView.

      Snippet for observing the behavior of WebEngineView with JAWS:

      Window {
          width: 1024
          height: 750
          visible: true
          WebEngineView {
              anchors.fill: parent
              url: "https://www.qt.io"
          }
      }

       

      Attachments

        Issue Links

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

          Activity

            People

              michal Michal Klocek
              kitruong Kinh Truong
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes