← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1259294] Re: Password entry textfield needs to set a hint for OSK not to use caps

 

The problem is the Show Password text field toggles echoMode from TextInput.Normal to TextInput.Password. Autocapitlization is only disabled for TextInput.Password. So the fix is to set this inputMethodHint on the field so it works regardless:
inputMethodHints: Qt.ImhNoAutoUppercase)

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: Confirmed => Invalid

** Changed in: unity8 (Ubuntu)
       Status: New => Confirmed

** Changed in: unity8 (Ubuntu)
   Importance: Undecided => High

** Changed in: unity8 (Ubuntu)
     Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1259294

Title:
  Password entry textfield needs to set a hint for OSK not to use caps

Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Enter a password for a wifi connection, the first letter is capitalized.
  Autocaps on first word should be off, the OSK needs a hint. (looks like Qt.ImhNoAutoUppercase)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1259294/+subscriptions


References