Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.4.0 Beta2
-
None
Description
Widgets combo boxes support programmatic expansion/collapse through an accessibility action (QAccessibleActionInterface::showMenuAction()), which is required for supporting UI AUtomations-based programmatic UI control on Windows. Quick combo boxes, however, are not supporting control through an accessibility action.
Code to reproduce:
ComboBox { model: ["First", "Second", "Third"] }
Attachments
Issue Links
- relates to
-
QTBUG-103591 Windows: Comboboxes (Qml and QtWidgets) don't have the UIAutomation (UIA) ExpandCollapse pattern
- Closed