Skip to content

Commit

Permalink
Removed Qt.inputMethod.commit() for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Sep 25, 2023
1 parent 2bf06a4 commit 3d03729
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions app/qml/components/NumberInputField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ Item {
}
}

onPreeditTextChanged: if ( __androidUtils.isAndroid ) Qt.inputMethod.commit() // to avoid Android's uncommited text

text: root.number

height: parent.height
Expand Down
2 changes: 0 additions & 2 deletions app/qml/editor/inputtextedit.qml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,5 @@ AbstractEditor {

editorValueChanged( val, val === "" )
}

onPreeditTextChanged: if ( __androidUtils.isAndroid ) Qt.inputMethod.commit() // to avoid Android's uncommited text
}
}
2 changes: 0 additions & 2 deletions app/qml/editor/inputtexteditmultiline.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@ AbstractEditor {
}

onTextChanged: root.editorValueChanged( text, text === "" )

onPreeditTextChanged: Qt.inputMethod.commit() // to avoid Android's uncommited text
}
}
7 changes: 0 additions & 7 deletions app/qml/form/FeatureForm.qml
Original file line number Diff line number Diff line change
Expand Up @@ -620,13 +620,6 @@ Item {
}
}

Connections {
target: Qt.inputMethod
function onVisibleChanged() {
Qt.inputMethod.commit()
}
}

Connections {
target: form.controller
function onChangesCommited() {
Expand Down

1 comment on commit 3d03729

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.09.458411 just submitted!

Please sign in to comment.