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

Combobox Popup gets corrupted

    XMLWordPrintable

Details

    • Windows

    Description

      User has an Custom Combobox which declares its own popup.

      If the Combobox model is presented in the popup, combobox is cleared, re-presented and then combobox is clicked the popup will get corrupted and it will not show anymore content correctly.

      Example project with instructions is attached.

      Current workaround has been to intercept the events from mouse and keyboard with by adding following code to the Combobox:

      MouseArea {
      anchors.fill: parent
      enabled: (!model || (model.length === 0))
      propagateComposedEvents: false
      Rectangle { anchors.fill: parent; color: transparentColor }
      }
      

      Attachments

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

        Activity

          People

            tokorpip Tomi Korpipää
            tero.pelkonen Tero Pelkonen
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes