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 127866 - A11Y - CDC general pane of Application Descriptor
Summary: A11Y - CDC general pane of Application Descriptor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: CDC pack (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 13:21 UTC by Lukas Hasik
Modified: 2008-07-30 10:47 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 Lukas Hasik 2008-02-20 13:21:38 UTC
======== Tested Window title : CdcApplication?-CREME ==========

Results of Accessibility test

No Accessible description :

Class
    javax.swing.JButton { Cancel | } 
Class
    javax.swing.JButton { OK | } 
Class
    javax.swing.JTextField { Application Name: | } 
Class
    javax.swing.JTextField { Application Vendor: | } 
Class
    javax.swing.JTextField { Description: | } 
Class
    javax.swing.JTextField { Detail Description: | } 


according to NB a11y guidelines all component have to have an accessible description -
http://a11y.netbeans.org/a11yFAQ.html#faq3
http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 1 Karol Harezlak 2008-02-26 17:36:27 UTC
Petr could you look at it. Thanks
Comment 2 Andrew Korostelev 2008-02-27 14:47:17 UTC
fixed in main trunk
Can't fix only 'Ok' and 'Cancel' JButtons.

http://hg.netbeans.org/main/rev/66d09c5cf54c

Please verify related a11y changes in 'Running' customizer panel 
http://hg.netbeans.org/main/rev/8051693af2fb
And SavaJe panel
http://hg.netbeans.org/main/rev/cef73608e333

A11y problems on additional panels were fixed because they share or use the same ui components.
Comment 3 Ivan Sidorkin 2008-07-30 10:47:21 UTC
verified