GNOME Bugzilla – Bug 652588
add support for password hint in ClutterText
Last modified: 2011-09-19 20:50:19 UTC
On mobile devices in GTK we show the last character of the password field being typed as clear text. This makes it easy to type passwords on unreliable keyboards such as onscreen or small devices. ClutterText needs to support this for the password prompts in gnome-shell.
Created attachment 196956 [details] [review] settings: Add password-hint-time property Add a setting that controls whether ClutterText actors in password mode should display the last input character for a defined time. This helps on touch-based interfaces.
Created attachment 196957 [details] [review] text: Implement password hint A ClutterText in password mode should have the ability to show the last input character. This feature allows easier password entry on platforms with unreliable keyboards, such as touchscreens or small devices.
Attachment 196956 [details] pushed as 07912a1 - settings: Add password-hint-time property Attachment 196957 [details] pushed as 93ece6d - text: Implement password hint