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

Quick Combo Boxes should support programmatic expansion/collapse

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.4.0 Beta2
    • Quick: Controls 2
    • None

      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"]
      }

        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
            anrocha André De La Rocha (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes