Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8.1, 6.9.0, 6.9.1
-
None
-
-
Android
Description
On Android, mouse-controlled UI components (e.g., sliders and knobs) stop responding to movement if the cursor leaves the widget's bounding box—even while the mouse button is held down. This behavior differs from desktop (macOS), where interaction persists regardless of cursor position.
Expected Behavior
Once the user clicks and holds on a slider or knob, the control should continue responding to mouse movements even if the cursor moves outside its visible bounds.
Actual Behavior
The control stops responding to movement as soon as the cursor leaves its bounding box.
Steps to Reproduce
- Open the attached QTMouseInputAndroid project.
- Connect a Bluetooth mouse to an Android device (tested on Pixel 8).
- Build and deploy the app using Android Qt 6.9.1 with Clang arm64-v8a.
- Launch the app on the device.
- Click and hold a Slider or Knob.
- Move the mouse around—note that input stops when the cursor leaves the control area.