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

macos: Voice Over/Accessiblity for tabs is lacking

    XMLWordPrintable

Details

    • macOS
    • 0475bc57d (dev)

    Description

      With this QML code

       

      import QtQuick
      import QtQuick.ControlsWindow {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")    
          TabBar {
              Accessible.role: Accessible.PageTabList
              Accessible.name: "Something"        
              TabButton {
                  text: "HELLO"
                  Accessible.name: text
                  Accessible.role: Accessible.PageTab
              }        
              TabButton {
                  text: "BYE"
                  Accessible.name: text
                  Accessible.role: Accessible.PageTab
              }
          }
      } 

      The tabs are read as radio buttons and the tabbar is read as group. They should be read as Tab and Tab Group instead.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            albert.astals.cid.avid Albert Astals Cid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There is 1 open Gerrit change