Merge lp:~mzanetti/reminders-app/confirm-autocorrection-on-save into lp:reminders-app

Proposed by Michael Zanetti
Status: Merged
Approved by: Michael Zanetti
Approved revision: 405
Merged at revision: 405
Proposed branch: lp:~mzanetti/reminders-app/confirm-autocorrection-on-save
Merge into: lp:reminders-app
Diff against target: 27 lines (+3/-1)
2 files modified
src/app/qml/components/RtfButton.qml (+2/-1)
src/app/qml/ui/EditNoteView.qml (+1/-0)
To merge this branch: bzr merge lp:~mzanetti/reminders-app/confirm-autocorrection-on-save
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+255730@code.launchpad.net

Commit message

fix lost unconfirmed words when using autocorrection

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

Tested on krillin. Fixes the issue for me.

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/app/qml/components/RtfButton.qml'
--- src/app/qml/components/RtfButton.qml 2015-03-16 00:44:20 +0000
+++ src/app/qml/components/RtfButton.qml 2015-04-09 17:51:31 +0000
@@ -38,9 +38,10 @@
3838
39 opacity: enabled ? 1 : 0.539 opacity: enabled ? 1 : 0.5
4040
41 MouseArea {41 AbstractButton {
42 id: mouseArea42 id: mouseArea
43 anchors.fill: parent43 anchors.fill: parent
44 activeFocusOnPress: false
44 onClicked: root.clicked()45 onClicked: root.clicked()
45 }46 }
4647
4748
=== modified file 'src/app/qml/ui/EditNoteView.qml'
--- src/app/qml/ui/EditNoteView.qml 2015-03-16 00:44:20 +0000
+++ src/app/qml/ui/EditNoteView.qml 2015-04-09 17:51:31 +0000
@@ -629,6 +629,7 @@
629 height: parent.height629 height: parent.height
630 iconColor: UbuntuColors.green630 iconColor: UbuntuColors.green
631 onClicked: {631 onClicked: {
632 noteTextArea.focus = false;
632 saveNote();633 saveNote();
633 root.exitEditMode(root.note);634 root.exitEditMode(root.note);
634 }635 }

Subscribers

People subscribed via source and target branches