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 127810 - no accessible distinction between permission class
no accessible distinction between permission class
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other Linux
: Normal major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
AP2
Depends on:
Blocks:
 
 
Reported: 2003-11-24 15:04 UTC by david.hawthorne
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (8.06 KB, patch)
2003-11-25 16:24 UTC, padraig.obriain
none Details | Review
Revised patch (5.55 KB, patch)
2003-11-26 10:30 UTC, padraig.obriain
none Details | Review

Description david.hawthorne 2003-11-24 15:04:38 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.
Comment 1 padraig.obriain 2003-11-25 14:53:56 UTC
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.
Comment 2 padraig.obriain 2003-11-25 16:24:09 UTC
Created attachment 21801 [details] [review]
Proposed patch
Comment 3 padraig.obriain 2003-11-26 10:30:03 UTC
Created attachment 21824 [details] [review]
Revised patch
Comment 4 padraig.obriain 2003-11-26 13:17:14 UTC
Patch committed to CVS HEAD.