This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71016 - accessibility issues in Todo window
Summary: accessibility issues in Todo window
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-01-04 20:10 UTC by Quy Nguyen
Modified: 2007-11-02 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Quy Nguyen 2006-01-04 20:10:06 UTC
The following accessibility issues were found in the Todo window.  Not sure if
these still exist in 5.0.

 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Change Visible Columns
|  } 
 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Line |  Line associated with the task } 
   Class: javax.swing.JCheckBox {  Priority |  Priority of the task }
Comment 1 _ pkuzel 2006-01-08 21:48:20 UTC
trreTableView 
Comment 2 Stanislav Aubrecht 2006-02-03 12:59:38 UTC
i fixed the accessible description of the 'visible column' now reassigning back
to the tasklist module team to fix mnemonic characters.

please use property ATTR_MNEMONIC_CHAR in class
org.openide.explorer.view.NodeTableModel to set mnemonic chars in your table model

Checking in Bundle.properties;
/cvs/openide/explorer/src/org/openide/explorer/view/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.2; previous revision: 1.1
done
Checking in NodeTableModel.java;
/cvs/openide/explorer/src/org/openide/explorer/view/NodeTableModel.java,v  <-- 
NodeTableModel.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 Antonin Nebuzelsky 2007-11-02 15:57:47 UTC
Not a problem with the new tasklist as of 6.0.