After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652588 - add support for password hint in ClutterText
add support for password hint in ClutterText
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterText
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-14 17:36 UTC by Stef Walter
Modified: 2011-09-19 20:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
settings: Add password-hint-time property (2.66 KB, patch)
2011-09-19 15:46 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review
text: Implement password hint (6.61 KB, patch)
2011-09-19 15:46 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Stef Walter 2011-06-14 17:36:35 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.
Comment 1 Emmanuele Bassi (:ebassi) 2011-09-19 15:46:36 UTC
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.
Comment 2 Emmanuele Bassi (:ebassi) 2011-09-19 15:46:39 UTC
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.
Comment 3 Emmanuele Bassi (:ebassi) 2011-09-19 20:50:14 UTC
Attachment 196956 [details] pushed as 07912a1 - settings: Add password-hint-time property
Attachment 196957 [details] pushed as 93ece6d - text: Implement password hint