GNOME Bugzilla – Bug 529655
After inputting an incorrect password on the screensaver, orca can't speak the whole dialog.
Last modified: 2008-06-25 14:42:35 UTC
Please describe the problem: After inputting an incorrect password on the screensaver, orca can't speak the whole dialog. Steps to reproduce: 1.From the launch menu choose 'Lock Screen'. 2.Press a key to post the password dialog. 3.Input an INcorrect password and press <Return>. Actual results: After step 3 instead of speaking the whole dialog, orca only speaks "password" . Expected results: Orca should speak the whole dialog. Does this happen every time? Yes Other information: snv_87+verm89
Created attachment 111681 [details] Orca debug output generated whilst testing this problem. Now we just need to work out where to hook a user notification in. Nothing obvious jumps out at the moment.
Created attachment 111687 [details] [review] Revision #1. Patch to hopefully fix the problem. Note that you are going to have to run autogen.sh when you try testing this. Note also that I haven't brailled anything in this situation; just output speech. The next events are coming in so quickly that the braille display is going to get over written right away.
Created attachment 111692 [details] [review] Revision #2. pylinted version.
looks good
Patch committed to SVN trunk. Moving to "[pending]".
On snv_92&jds_vermillion_93 orca couldn't read anything about the screensaver window.
Patch also committed to the Orca gnome-2-22 branch, albeit to the files in slightly different locations: A src/orca/scripts/gnome-screensaver-dialog.py M src/orca/scripts/Makefile.am