Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.8.2
-
None
-
QT Creator
Description
I have a ListView
The ListView has a model
The delegate intantiates 9 objects
The objects contain a few components along with a CheckBox
When scrolling repeatedly through the ListView using the mouse scroll wheel and if boundsBehaviour is Flickable.DragAndOvershootBounds (default) the app crashes.
The last frame before every crash is the cursor on a CheckBox.
Scrolling while not having the mouse somewhere where it could hover a CheckBox does not crash the app.
Setting the boundsBehaviour to StopAtBounds stops the app from crashing.