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 127855 - A11Y - Application Descriptor > Ricoh pane - No accessible description
Summary: A11Y - Application Descriptor > Ricoh pane - No accessible description
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 12:28 UTC by Lukas Hasik
Modified: 2008-07-30 10: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 Lukas Hasik 2008-02-20 12:28:08 UTC
project properties of a CDC project on RICOH platform > Application Descriptor > Ricoh pane

 No Accessible description :
   Class: javax.swing.JButton {  Advanced... |  }
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JButton {  Cancel |  }
   Class: javax.swing.JButton {  Change... |  }
   Class: javax.swing.JButton {  OK |  }
   Class: javax.swing.JTabbedPane {  Ricoh |  }

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:04:46 UTC
Petr could you look at this. Thanks
Comment 2 Andrew Korostelev 2008-02-27 15:38:33 UTC
fixed in main trunk.
a11y descriptions are added for some not listed components too (like text field labels).

Problems 'OK' and 'Cancel' JButtons are not fixed.
They are not under modified panel control.

http://hg.netbeans.org/main/rev/69ce50659d46
Comment 3 Ivan Sidorkin 2008-07-30 10:45:20 UTC
verified