Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.3
-
None
Description
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.