Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.15.8, 6.5.2, 6.8.0
-
16bf7f499 (dev), 9f5780440 (6.8), 3a5df8bd2 (tqtc/lts-6.5)
Description
The decimal point in German digit keyboard is currently period '.' instead of comma ','
Snippet to reproduce the issue:
Window { id: window width: 640 height: 480 visible: true title: qsTr("Hello World") TextField { anchors.horizontalCenter: parent.horizontalCenter inputMethodHints: Qt.ImhDigitsOnly } InputPanel { id: inputPanel z: 99 x: 0 y: window.height - height width: window.width visible: Qt.inputMethod.visible } }