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 } }
Attachments
For Gerrit Dashboard: QTBUG-131347 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
607250,5 | Fix digits only layout using incorrect decimal separator | dev | qt/qtvirtualkeyboard | Status: MERGED | +2 | 0 |
607641,2 | Fix digits only layout using incorrect decimal separator | 6.8 | qt/qtvirtualkeyboard | Status: MERGED | +2 | 0 |
607703,2 | Fix digits only layout using incorrect decimal separator | tqtc/lts-6.5 | qt/tqtc-qtvirtualkeyboard | Status: MERGED | +2 | 0 |