GNOME Bugzilla – Bug 674956
If a visual impaired user press F2 a file or folder, Nautilus doesn't pass actual text field content with Orca Screen Reader
Last modified: 2012-04-27 19:34:05 UTC
Created attachment 212965 [details] Event listener result Dear Developers, If a screen reader user press F2 key with a selected file or folder, Nautilus doesn't pass the actual file or folder name with Orca Screen Reader. Orca only telling the user he land an empty text field, if the user using arrow keys, not hear the selected characters.character. Reproducation steps: 1. Launch Orca Screen Reader. 2. Go to for example the home folder. 3. Select a file or a folder, and choose rename operation. You will be see the actual filename or folder name in the screen, but Orca doesn't possible identifying the selected filename or folder, only will be spokening text role name. I will be attaching two log files, an event listener log file and an Orca debug.out file. Attila
Created attachment 212966 [details] Orca debug.out file
Created attachment 212970 [details] Event listener script Joanmarie Orca developer doed event listener script. If you launch this simple python script when you want testing this problem, the scripts saves all important events in the /tmp/a11-listener.out file. When you done this test, you need only terminate the script running, and looking the results. For example when I pressed F2 key, happened following thinks when I try moving the rename text entry field with arrow keys: window:activate(0, 0, Saját mappa) source: [frame | Saját mappa] host_application: [application | nautilus] object:state-changed:focused(1, 0, 0) source: [layered pane | Ikonnézet] host_application: [application | nautilus] object:state-changed:active(1, 0, 0) source: [frame | Saját mappa] host_application: [application | nautilus] >>> KEY PRESSED: Down object:state-changed:selected(1, 0, 0) source: [icon | tananyag] host_application: [application | nautilus] <<< KEY RELEASED: Down >>> KEY PRESSED: F2 <<< KEY RELEASED: F2 >>> KEY PRESSED: Left <<< KEY RELEASED: Left >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Right <<< KEY RELEASED: Right >>> KEY PRESSED: Escape object:state-changed:focused(1, 0, 0) source: [layered pane | Ikonnézet] host_application: [application | nautilus] <<< KEY RELEASED: Escape I verifyed not real empty the rename text, because if I select all for example the tananyag folder name and copying the clipboard the text field content, I possible paste the filename in a Gedit window. Attila
Forgot I wrote: When I tested this problem I used Ubuntu 12.04, Nautilus 3.4.1 version. Attila
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 672498 ***