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 365009 - New user account "User Privileges" table in users-admin doesn't speak checkbox state
New user account "User Privileges" table in users-admin doesn't speak checkbo...
Status: RESOLVED DUPLICATE of bug 358467
Product: orca
Classification: Applications
Component: general
2.17.x
Other All
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-25 14:53 UTC by Willie Walker
Modified: 2006-10-25 15:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Willie Walker 2006-10-25 14:53:10 UTC
The users-admin application allows you to add and configure users on the system.  The "Add User" button brings up a "New user account" dialog.  The "User Privileges" tab of this dialog presents a table where each line is a checkbox and a label.  Orca doesn't announce the state the checkbox when the user navigates this table.

In looking at this with at-poke, the table looks something like this:

   table
   |
   +---table cell
   |   |
   |   +---table cell (check box)
   |   +---table cell (label)
   |
   +---table cell
   |   |
   |   +---table cell (check box)
   |   +---table cell (label)
   |
   +...

Furthermore, the selected line is handled by the selection on the table itself (i.e., the leaf table cell nodes don't seem to get focus).  A means for fixing this problem might be to script for this in a users-admin script to read the leaf nodes when the root table cell node is selected.  I'm not sure if there is a more generic thing we could do in default.py, though.
Comment 1 Willie Walker 2006-10-25 15:03:26 UTC
Oops - sorry.  This is a dup.  But...I'm not sure we're blocked on this - my guess is that Rich might have forgotten to enable the poking of objects that manage their descendants in the at-poke preferences.

*** This bug has been marked as a duplicate of 358467 ***