← Back to team overview

ubuntu-phone team mailing list archive

Bug: the uppercase button on the virtual keyboard, isn't always available

 

He all,

I tried to file a bug i found (but I wasn't allowed).

I had this problem, and solved it already. You can find the patch as an
attachment.

----------------

When you type a text in Ubuntu Touch and switch to the symbols and
numbers mode (by ?123), and the switch to the second part (by 1/2), and
then switch back to the letter mode. You are not able to use capital
letters anymore.

You can fix it by switching to the symbols and numbers mode again, and
change tot the first part (by klicking on 2/2). And then switch back to
the letter mode.

----------------


There are some more issues with the keyboard. The capslock doesn't work
correctly (you won't see anything diverent, only uppercase, no
lowercase). I will look into this.

Greetings,

Jasper
=== modified file 'nemo-keyboard/org/nemomobile/EnglishPortrait.qml'
--- nemo-keyboard/org/nemomobile/EnglishPortrait.qml	2013-02-19 14:59:01 +0000
+++ nemo-keyboard/org/nemomobile/EnglishPortrait.qml	2013-02-23 23:32:24 +0000
@@ -83,7 +83,7 @@
 
         ShiftKey {
             state: {
-                if (inSymView || inSymView2)
+                if (inSymView)
                     return "SYMBOLS"
                 else if (isShifted) {
                     if (isShiftLocked)