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

ComboBox does not work in fullscreen mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P1: Critical
    • None
    • 5.2.1, 5.5.0, 5.5.1
    • Quick: Controls 1
    • Qt 5.2.1 ms2012 x64
      Windows 8.1

    Description

      ComboBox stops working when you use fullscreen mode. In this mode, when clicking on ComboBox, the screen just blinks a couple of times instead of expanding the list of values. I have tested this on different computers, with 1 and 2 monitors - the result is the same.
      Just try to run the following simple code:
      import QtQuick 2.0
      import QtQuick.Controls 1.0

      ApplicationWindow {
      visibility: "FullScreen"
      ComboBox

      { model: [ "value1", "value2", "value3" ] }

      }

      Attachments

        Issue Links

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

          Activity

            People

              dedietri Gabriel de Dietrich (drgvond)
              renzo Aleksey
              Votes:
              4 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes