Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.3
Description
When using the up and down arrow controls in QML to adjust a value, there is a noticeable delay between the touch input and the value update. This lag affects the responsiveness of the UI and may hinder usability, especially on touch-based interfaces.
Steps to Reproduce:
- Run the provided QML sample (attached example) on a Raspberry Pi 5 using the Boot2Qt image.
- Tap the up or down arrow to increase or decrease the value.
- Observe the delay between the touch event and the actual value change.
Expected Behavior:
The value should update immediately upon touch input on the arrow controls.
Actual Behavior:
There is a visible delay between the touch event and the value change.
Attachments:
- Sample QML code used to reproduce the issue.