Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
5.0.0
-
None
-
Windows 7 Professional, Service Pack 1, 64 bit
Qt Creator 2.6.2 (32 bit)
Description
QDoubleSpinBox is using in QDialog. FIRST action after dialog opening is mouse key pressing on spinner, moving out the spin box and releasing the mouse key. In most cases the spinner value is increasing/decreasing automatically until I click on spinner again. There is in infinity loop called QAbstractSpinBox::timerEvent, then stepBy method. I'm not using timer anywhere. Call stack screenshot is attached.
If I click somewhere in dialog and then use the QDoubleSpinBox, bug does not occur.
Attachments
Issue Links
- replaces
-
QTBUG-33177 Double spin box - step buttons sometimes freezes
- Closed