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 78050 - [a11y] Missing accessible parameters in Edit Custom Profiling dialog
Summary: [a11y] Missing accessible parameters in Edit Custom Profiling dialog
Status: VERIFIED 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:57 UTC by ehucka
Modified: 2007-08-03 11:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
a11y test output (12.86 KB, text/plain)
2006-06-16 10:58 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-06-16 10:57:10 UTC
a11y module output:

see attachement
Comment 1 ehucka 2006-06-16 10:58:04 UTC
Created attachment 31106 [details]
a11y test output
Comment 2 Jiri Sedlacek 2006-08-09 09:34:41 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 and 
javax.swing.JTabbedPane).

Could you please merge results from the log and make it more readable instead 
of forcing us to search differences among 5 almost similar logs?
Comment 3 ehucka 2006-08-09 10:35:51 UTC
OK, there is missing a11y for components:

   Class: javax.swing.JFormattedTextField {  |  }
   Class: javax.swing.JTabbedPane {  |  }

Mnemonics are missing for all components.
A11y names are sufficient.




Comment 4 Jiri Sedlacek 2006-08-31 19:02:49 UTC
Fixed accessibility for JFormattedTextField and JTabbedPane, available in trunk 
and release55 branch.

Mnemonics will be fixed in trunk only.
Comment 5 Jiri Sedlacek 2007-07-27 12:54:53 UTC
No more valid after Select Profiling Task dialog reimplementation.
Comment 6 ehucka 2007-08-03 11:35:26 UTC
verified