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 78047 - [a11y] Missing accessibility parameters in Specify Code Fragment dialog
Summary: [a11y] Missing accessibility parameters in Specify Code Fragment dialog
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-06-16 10:26 UTC by ehucka
Modified: 2006-11-30 16:22 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 ehucka 2006-06-16 10:26:45 UTC
a11y module output:

Dialog: Specify Code Fragment

 No Accessible description :
   Class: javax.swing.JButton {  OK |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Specify Code Fragment | }
   Class: javax.swing.JFormattedTextField {  |  }
   Class: javax.swing.JFormattedTextField {  |  }

Components with no mnemonic :
   Class: javax.swing.JButton {  Select... |  Selects a class from opened
projects. }
   Class: javax.swing.JRadioButton {  Part of Method Code: |  Only a part of
method defined by lines will be profiled. }
   Class: javax.swing.JRadioButton {  Whole Method: |  Whole method will be
profiled. }

No Accessible name :
   Class: javax.swing.JFormattedTextField {  |  }
   Class: javax.swing.JFormattedTextField {  |  }

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JFormattedTextField {  |  }
   Class: javax.swing.JFormattedTextField {  |  }


Dialog: Select Class

 No Accessible description :
   Class: javax.swing.JButton {  OK |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Select Class |  }

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Opened projects
explorer. |  Select a class from available projects. }
Comment 1 Jiri Sedlacek 2006-08-09 09:25:02 UTC
According to NetBeans Accessibility Guide 
(http://a11y.netbeans.org/a11yDevGuide.html) accessible descriptions need to be 
set for "components whose context is not obvious from their names". Please 
specify concrete components which you think don't have self-explaining 
accessible names (excl. javax.swing.JFormattedTextField).
Comment 2 ehucka 2006-08-09 10:14:32 UTC
I think the accessible names are sufficient.
Comment 3 Jiri Sedlacek 2006-08-31 19:07:16 UTC
Fixed accessibility for JFormattedTextFields, available in release55 branch. 
Mnemonics won't be fixed as this dialog isn't used in trunk.
Comment 4 ehucka 2006-11-30 16:22:18 UTC
closed