Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.3, 6.9.0 Beta3
-
None
-
-
90f97dfb2 (dev), 429c8295d (6.9), 8baefccbc (6.8), 342c0bab4 (tqtc/lts-6.5)
Description
MacOS 15.3.1
Qt Creator 15.0.1
Qt 6.9.0b3
Device: iOS simulator
Steps to reproduce:
- Run any sample app with Dial component on iOS
- Move the dial
import QtQuick import QtQuick.Controls Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Dial { value: 10 wrap: true anchors.horizontalCenter: parent.horizontalCenter } }
Expected: The handle should follow the path.
** Actual: See attached video.
Attachments
Issue Links
- relates to
-
QTQAINFRA-6991 Qt Test Attack - 02, 2025
-
- Open
-