REPRODUCIBILITY: always
OS VERSION: 5.1.0.11 (SDK 3.13.5, documentation version in the maintenance tool - 2026.06.16-1)
HARDWARE: N/A
UI LANGUAGE: English (N/A?)
REGRESSION: not sure
DESCRIPTION:
Sailfish Silica documentation in Sailfish SDK has the PagedView component. One of its properties, moveDragThreshold, has the type bool, however it is actually of int type. This applies to the online documentation page as well.
PRECONDITIONS:
Have Sailfish SDK installed with documentation or Internet connection
STEPS TO REPRODUCE:
- Open Sailfish IDE, go to Help, Sailfish Silica, QML Types, PagedView. Alternatively, navigate to the online documentation.
- Scroll to the property moveDragThreshold
EXPECTED RESULT:
The property’s type is int.
ACTUAL RESULT:
The property’s type is bool.
MODIFICATIONS:
None (N/A)
ADDITIONAL INFORMATION:
plugins.qmltypes for Silica also shows that the correct type should be int:

