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

ComboBox does not work in fullscreen mode

XMLWordPrintable

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

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

      }

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes