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 84390 - a11y: JUnit Test Results window a11y issues
Summary: a11y: JUnit Test Results window a11y issues
Status: RESOLVED DUPLICATE of bug 110548
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: junit-issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-09-07 00:22 UTC by jchieu
Modified: 2007-08-25 00:03 UTC (History)
2 users (show)

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 jchieu 2006-09-07 00:22:16 UTC
Just bring up the JUnit Test Results windows.

 No Accessible name :
   Class: javax.swing.JToolBar {  |  } 
   Class: org.netbeans.modules.junit.output.ResultTreeView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 

 No Accessible description :
   Class: javax.swing.JToolBar {  |  } 
   Class: org.netbeans.core.multiview.MultiViewTopComponent {   |  } 
   Class: org.netbeans.modules.junit.output.ResultTreeView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 

 Components with no mnemonic :
   Class: javax.swing.JToggleButton {  Filter On/Off |  Show Failures only } 
   Class: javax.swing.JToggleButton {  Output |  Output View (Alt+Shift+Right 
or Alt+Shift+Left) } 
   Class: javax.swing.JToggleButton {  Statistics |  Statistics View 
(Alt+Shift+Right or Alt+Shift+Left) }
Comment 1 Jaromir Uhrik 2006-09-11 16:26:58 UTC
Confirmed. This issue is easily reproducible by following test case:
1.Create J2se project
2.Select Main class, invoke popup menu and select Tools|Create Junit Test
3.Push OK button on the dialog
4.Run the test created in step 3
5.In output window there appear JUnit Test Results
6.Invoke a11y-test for JUnit Test Results
Output is as reported by jchieu.

Comment 2 Peter Pis 2006-09-15 15:00:23 UTC
Reassigning to "junit" for evaluation.
Comment 3 Marian Petras 2007-01-12 16:42:54 UTC
Accepted.
Comment 4 Peter Pis 2007-08-25 00:03:27 UTC

*** This issue has been marked as a duplicate of 110548 ***