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

Quick Combo Boxes should support programmatic expansion/collapse

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.4.0 Beta2
    • Quick: Controls 2
    • 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

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

          Activity

            People

              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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes