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 674956 - If a visual impaired user press F2 a file or folder, Nautilus doesn't pass actual text field content with Orca Screen Reader
If a visual impaired user press F2 a file or folder, Nautilus doesn't pass ac...
Status: RESOLVED DUPLICATE of bug 672498
Product: nautilus
Classification: Core
Component: File and Folder Operations
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-27 13:44 UTC by Hammer Attila
Modified: 2012-04-27 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Event listener result (5.26 KB, application/octet-stream)
2012-04-27 13:44 UTC, Hammer Attila
Details
Orca debug.out file (719.56 KB, application/octet-stream)
2012-04-27 13:45 UTC, Hammer Attila
Details
Event listener script (2.87 KB, text/x-python)
2012-04-27 13:50 UTC, Hammer Attila
Details

Description Hammer Attila 2012-04-27 13:44:02 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
Comment 1 Hammer Attila 2012-04-27 13:45:04 UTC
Created attachment 212966 [details]
Orca debug.out file
Comment 2 Hammer Attila 2012-04-27 13:50:33 UTC
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
Comment 3 Hammer Attila 2012-04-27 13:51:58 UTC
Forgot I wrote:
When I tested this problem I used Ubuntu 12.04, Nautilus 3.4.1 version.

Attila
Comment 4 Cosimo Cecchi 2012-04-27 19:34:05 UTC
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 ***