summaryrefslogtreecommitdiffstats
path: root/qml/components/Feedback.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/components/Feedback.qml')
-rw-r--r--qml/components/Feedback.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/components/Feedback.qml b/qml/components/Feedback.qml
index 0fe4be2..4317d9f 100644
--- a/qml/components/Feedback.qml
+++ b/qml/components/Feedback.qml
@@ -139,6 +139,7 @@ Item {
onClicked: {
rating = -1
feedbackEdit.text = Theme.text.writeYourCommentHere
+ stack.forceActiveFocus()
}
width: Theme.sizes.buttonWidth
height: Theme.sizes.buttonHeight
@@ -168,6 +169,7 @@ Item {
Qt.inputMethod.commit()
ModelsSingleton.saveFeedback(feedbackEdit.text, eventId, rating)
stack.pop()
+ stack.forceActiveFocus()
}
width: Theme.sizes.buttonWidth
height: Theme.sizes.buttonHeight