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
-
For Gerrit Dashboard: QTBUG-134001 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
629407,5 | iOS Style: Dial: Adjust handle positioning and refactor code | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
629821,2 | iOS Style: Dial: Adjust handle positioning and refactor code | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
629950,2 | iOS Style: Dial: Adjust handle positioning and refactor code | 6.8 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
630456,2 | iOS Style: Dial: Adjust handle positioning and refactor code | tqtc/lts-6.5 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |