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 663332 - orca reads my password in gnome-shell policykit dialogs
orca reads my password in gnome-shell policykit dialogs
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: cally
unspecified
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-03 15:35 UTC by Matthias Clasen
Modified: 2011-11-10 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cally: Use the proper role for password entries (1.33 KB, patch)
2011-11-04 11:15 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2011-11-03 15:35:13 UTC
I don't think it is supposed to...

Fwiw, similar GTK+ dialogs just read 'asterisk asterisk asterisk...'
Comment 1 Joanmarie Diggs (IRC: joanie) 2011-11-03 15:49:06 UTC
Orca attends to the role of the accessible. If the object exposes ROLE_PASSWORD_TEXT, Orca tries very hard to not put user security at risk. :)
Comment 2 Alejandro Piñeiro Iglesias (IRC: infapi00) 2011-11-03 15:49:34 UTC
Probably this is a subset of bug 648598. Require further investigation.
Comment 3 Matthias Clasen 2011-11-04 10:42:25 UTC
Moving to the shell, for now
Comment 4 Matthias Clasen 2011-11-04 11:15:48 UTC
Created attachment 200676 [details] [review]
cally: Use the proper role for password entries
Comment 5 Matthias Clasen 2011-11-04 11:16:23 UTC
...and back to clutter
Comment 6 Emmanuele Bassi (:ebassi) 2011-11-04 11:52:05 UTC
Review of attachment 200676 [details] [review]:

I had just made the same patch - you beat me to it once again ;-)

looks good to me, let's see what API thinks about it as well.
Comment 7 Alejandro Piñeiro Iglesias (IRC: infapi00) 2011-11-04 12:48:48 UTC
Review of attachment 200676 [details] [review]:

Seems ok to me. Thanks for the patch.
Comment 8 Emmanuele Bassi (:ebassi) 2011-11-10 12:57:56 UTC
Attachment 200676 [details] pushed as d596401 - cally: Use the proper role for password entries