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

2014-01-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 7.84+14.04.20140128-0ubuntu1 --- unity8 (7.84+14.04.20140128-0ubuntu1) trusty; urgency=low [ Michal Hruby ] * Added unity-scope-tool, which will help when developing scopes. [ Michał Sawicz ] * Added unity-scope-tool, which will

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

2013-12-10 Thread Nicolas d'Offay
needs-ap-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259294 Title: Password entry textfield needs to set a hint for OSK not to use caps To manage notifications about this bug go to:

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

2013-12-10 Thread Michał Sawicz
** Tags added: needs-ap-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259294 Title: Password entry textfield needs to set a hint for OSK not to use caps To manage notifications about this

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

2013-12-09 Thread Ricardo Salveti
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Confirmed ** Tags added: avengers r54 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259294 Title: Password entry textfield needs to

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

2013-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~bfiller/unity8/fix-password-autocaps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259294 Title: Password entry textfield needs to set a hint for OSK not to use caps To

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

2013-12-09 Thread Bill Filler
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