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 140778 - A11Y - Call Graph
Summary: A11Y - Call Graph
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-18 16:46 UTC by Alexander Pepin
Modified: 2008-07-24 17:45 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 Alexander Pepin 2008-07-18 16:46:11 UTC
Doesn't implement Accessible :
   Class: javax.swing.plaf.synth.SynthSplitPaneDivider {  }


 No Accessible name :
   Class: org.openide.explorer.view.BeanTreeView {  |  }
   Class: org.openide.explorer.view.ListView$NbList {  |  }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }


 No Accessible description :
   Class: org.openide.explorer.view.BeanTreeView {  |  }
   Class: org.openide.explorer.view.ListView$NbList {  |  }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }


 Label with LABEL_FOR not set :
   - none.

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


 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 :
   Class: org.openide.explorer.view.BeanTreeView {  |  }
   Class: org.openide.explorer.view.ListView$NbList {  |  }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }
Comment 1 Sergey Grinev 2008-07-24 17:45:55 UTC
I've fixed accessible names and descriptions by next commit http://hg.netbeans.org/main?cmd=changeset;node=637d4686ba3e
The rest of errors (see below) are not applicable to docked window elements (see other NetBeans UI components in docked
windows)


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


 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.ListView$NbList {  Usage Context of Called Function |  Usage Context of Called
Function }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Call Graph Tree View |  Call Graph Tree View }

 Components not reachable with tab traversal :
   Class: org.openide.explorer.view.BeanTreeView {  Call Graph Tree View |  Call Graph Tree View }
   Class: org.openide.explorer.view.ListView$NbList {  Usage Context of Called Function |  Usage Context of Called
Function }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Call Graph Tree View |  Call Graph Tree View }