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 88108 - A11Y: Tools > Options doesn't implement accessible
Summary: A11Y: Tools > Options doesn't implement accessible
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-10-26 20:49 UTC by Sakthivel Gopal
Modified: 2007-11-05 13:40 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 Sakthivel Gopal 2006-10-26 20:49:21 UTC
Ran a11y tester on this Tools> Options dialog and git this report:
<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : Options </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "Options"


 Doesn't implement Accessible :
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  } 


 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeTable {  Explorer Tree |  N/A } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>
Comment 1 Peter Pis 2006-10-30 07:53:20 UTC
Reassigning to "editor" for evaluation. IMHO, is it really problem of Option dialog.
Comment 2 Vitezslav Stejskal 2006-12-05 02:50:13 UTC
I am not sure what to fix here. WindowsSplitPaneDivider is not Netbeans class
and we can't do anything about it. I can't find any TreeTable or TreeTableView
components used in the editor supplied Tools-Options panels.