-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.11
-
None
-
Debian testing, Plasma X11, qtbase self-compiled from git dev as of 5882310d5d54f897b933044c1447b4b9dee78437, Orca 49.4
Windows 11 with the same qtbase version, Narrator
-
-
77ccbd61f (dev)
QColorDialog provides some predefined colors to choose from, and also to save custom colors. However, when navigating between those colors, they are not announced by screen readers (tested with Orca on Linux and Narrator on Windows) or other assistive technology.
Steps to reproduce:
- Build and run this sample program on Linux
#include <QApplication> #include <QColorDialog> int main(int argc, char *argv[]) { QApplication a(argc, argv); QColorDialog colorDialog; colorDialog.show(); return a.exec(); }
- start the Orca screen reader
- use the Tab key to navigate to the "Basic colors" section with predefined colors
- use the arrow keys to navigate between the predefined colors
Actual result:
While navigating between predefined colors, the screen reader doesn't announce anything.
Expected result
The screen reader should announce the currently selected item/color.
Further information
When checking the accessibility tree with Accerciser, the predefined colors can also not be found in there.
| For Gerrit Dashboard: QTBUG-141571 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 687342,1 | a11y: Add a11y implementation for QColorWell | dev | qt/qtbase | Status: NEW | 0 | 0 |