GNOME Bugzilla – Bug 122742
gok should not word-complete PASSWORD fields
Last modified: 2004-12-22 21:47:04 UTC
if the currently focussed text entry field has ROLE_PASSWORD, gok shouldn't do word completion (since that would be a security violation). Similarly, text manipulation of password fields probably makes little or no sense. See the related --login mode bug 122641
Created attachment 20102 [details] [review] patch to suppress word completion for SPI_ROLE_PASSWORD_TEXT fields. Doesn't suppress text-manip or repeat-next tho.
David: do you think this patch is sufficient, or should we suppress repeat and text-manipulation too? (I think that if one does copy/paste from at-spi's PASSWORD fields, one gets substitution/placeholder chars so I don't think that 'copy', for instance, will result in a security violation)
*** This bug has been marked as a duplicate of 106740 ***
oops, didn't mean to dup this
removing status-whiteboard, 'cause we don't use it for AT-component bugs, oops
David, OK to apply this patch?
Bill, I think this bug is closable. I'm not strongly opinionated on the text manip. and repeat question. Sorry for the delay in responding to this bug directly (though I think I responded in email).