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

macos: Voice Over/Accessiblity for tabs is lacking

XMLWordPrintable

    • macOS
    • 0475bc57d (dev), 1f354786f (6.9), fa1333658 (6.8)

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes