GNOME Bugzilla – Bug 127810
no accessible distinction between permission class
Last modified: 2004-12-22 21:47:04 UTC
running nautilus from CVS HEAD 24/11/03 -launch nautilus -launch gnopernicus -select a file and go to it's properties -select it's 'permissions' tab -focus the 'Read' permission checkbox for 'Owner:' -repeat for 'Group' and 'Others' expected result: -gnopernicus should report the status of these 3 checkboxes distinctly, something like "Owner, Read, checkbox, shortcut Alt-R, checked." actual result: -gnopernicus reports the status of these 3 checkboxes exactly the same: "Read, checkbox, shortcut Alt-R, checked." a blind user can not tell which permission he/she is changing.
The widgets are created in create_permissions_page() in nautilus/src/file-manager/fm-properties-window.c. We need to add label-for relations for the labels and labelled-by relations for the check buttons.
Created attachment 21801 [details] [review] Proposed patch
Created attachment 21824 [details] [review] Revised patch
Patch committed to CVS HEAD.