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

ComboBox / Menu: no scrolling available in the menu when it is higher than the screen's height

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.2.0
    • 5.1.0 RC1
    • Quick: Controls 1
    • None
    • 1f8ee02fbc06f822ee131fdd395c8e8cd244601d

      Try the sample code:

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      
      ComboBox {
          id: fontEditComboBox
          implicitWidth: 150
          model: Qt.fontFamilies()
      }
      

      When the menu is open on Ubuntu, it is not possible to scroll to see all the fonts available.

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

            dedietri Gabriel de Dietrich (drgvond)
            carochao Caroline Chao (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes