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

QComboBox uses QApplication::doubleClickInterval() to hide popup

XMLWordPrintable

      When pressing the arrow of a QComboBox, the popup is shown. However, the combo box uses a timer with an interval set to QApplication::doubleClickInterval(), and if the mouse is released after this timer timeouts, the popup is hidden.

      If the application's double click interval is very short, it may become very difiicult to show and interact with the popup of the combo box.

      QComboBox should not use QApplication::doubleClickInterval() for its timer.

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

            sorvig Morten Sørvig
            sthomass Stian Sandvik Thomassen (closed Nokia identity) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes