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 78041 - [a11y] Select profiling task dialog and its cancel button don't have accessible descriptions
Summary: [a11y] Select profiling task dialog and its cancel button don't have accessib...
Status: VERIFIED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-06-16 09:59 UTC by ehucka
Modified: 2006-10-23 16: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 ehucka 2006-06-16 09:59:21 UTC
a11y module log:

 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Select Profiling Task | }
   Class: org.netbeans.modules.profiler.actions.ProfilingSupport$4 {  Cancel |  }
Comment 1 ehucka 2006-06-16 10:08:38 UTC
another components without accessible descriptions in the dialog:

   Class: javax.swing.JButton {  Run |  }
   Class: javax.swing.JCheckBox {  Enable Threads Monitoring |  }
   Class: javax.swing.JCheckBox {  Record Stack Trace for Allocations |  }
   Class: javax.swing.JRadioButton {  Record both object creation and garbage
collection |  }
   Class: javax.swing.JRadioButton {  Record object creation only |  }
   Class: javax.swing.JList {  List of custom profiling configurations. |  }
Comment 2 Jiri Sedlacek 2006-08-09 09:20:00 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.
Comment 3 ehucka 2006-08-09 10:06:43 UTC
It seems they have all self-explaining a11names.
Comment 4 ehucka 2006-09-11 19:14:50 UTC
verified