-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.8.2, 6.8.4
-
None
When the ListView in Qt 6.8.4 is in overscrolling, the clicked signal of the delegate Item's button is not called.
This issue did not occur in Qt 6.8.1 but has been occurring since Qt 6.8.2.
In Qt 6.8.2 and later, if the pressDelay of a ListView is 0, clicking it emits no signal. If the pressDelay is greater than 0, it emits the canceled signal.
Qt6.8.1 | Qt6.8.2 |
---|---|
![]() |
![]() |
The source code for the application used to verify the reproduction is available here.
overscroll-animation-for-listview.zip
Was there a specification change for ListView(Flickable) in Qt 6.8.2? Or is this a bug?
If it is a specification change, is there any mention of it in the official documentation?