← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~popey/ubuntu-filemanager-app/fix-1507566 into lp:ubuntu-filemanager-app

 

Alan Pope  has proposed merging lp:~popey/ubuntu-filemanager-app/fix-1507566 into lp:ubuntu-filemanager-app.

Commit message:
Fix auto-correcting of place names.

Requested reviews:
  Ubuntu File Manager Developers (ubuntu-filemanager-dev)
Related bugs:
  Bug #1507566 in Ubuntu File Manager App: "Places dialog should not use autocorrect/spelling assistance"
  https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1507566

For more details, see:
https://code.launchpad.net/~popey/ubuntu-filemanager-app/fix-1507566/+merge/274884
-- 
Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~popey/ubuntu-filemanager-app/fix-1507566 into lp:ubuntu-filemanager-app.
=== modified file 'src/app/qml/ui/PlacesPopover.qml'
--- src/app/qml/ui/PlacesPopover.qml	2015-01-01 20:43:56 +0000
+++ src/app/qml/ui/PlacesPopover.qml	2015-10-19 12:41:26 +0000
@@ -57,7 +57,7 @@
                     margins: units.gu(1)
                 }
 
-                inputMethodHints: Qt.ImhNoAutoUppercase
+                inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
 
                 property bool valid: pathExists(text)
 


References