GNOME Bugzilla – Bug 432674
[pending] In password entries, Orca should respect key echo settings and say "star" for the inserted characters
Last modified: 2007-05-01 19:58:03 UTC
As commented upon in bug #416971, the addition of bullet names to chnames.py has had the side effect of causing Orca to say "black circle" for each character inserted into a password entry. There are, IMHO, two issues here: 1. "black circle" is too verbose; we should be saying "star" (i.e. "*") 2. We should be respecting the key echo setting. In other words, if key echo by character is not enabled, we should not be echoing each character that is inserted into a password entry any more than we would in a non-password entry. :-)
Created attachment 86859 [details] [review] patch to address both issues
Per Will: Checking this in and marking as pending.
Created attachment 86875 [details] [review] revision based on user feedback to only echo if "printable" key echoing is enabled Hermann pointed out that my patch was echoing if key echo by char was enabled period. It should only echo if key echo by char is enabled *and* the echoing of printable characters is enabled. This patch does this. Hermann has tested it and agrees that it solves the problem.
patch committed.
Closing as FIXED.