Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9.0 RC
-
None
-
-
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
For Gerrit Dashboard: QTBUG-134807 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
636434,1 | Improve macos tabs accessbility support | 6.9 | qt/qtbase | Status: NEW | +2 | 0 |
632497,8 | Improve macos tabs accessbility support | dev | qt/qtbase | Status: MERGED | +2 | 0 |