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 127924 - [A11Y] Missing Accessible Description for a component
Summary: [A11Y] Missing Accessible Description for a component
Status: VERIFIED INVALID
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 17:19 UTC by Petr Dvorak
Modified: 2008-03-07 17:49 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 Petr Dvorak 2008-02-20 17:19:11 UTC
Missing accessible description for a button "Export" in "Tools > Keystores > Export...". A11Y test result says:

No Accessible description :

Class
    javax.swing.JButton { Export | }
Comment 1 Karol Harezlak 2008-02-26 18:22:43 UTC
Invalid JButton "Export..." has accessible description set and defined here:

org.netbeans.modules.mobility.project.ui.security.Bundle 

property:

ACSD_Manager_Export=Exports selected key. 
Comment 2 Petr Dvorak 2008-03-07 17:49:20 UTC
OK, it just proves that the plugin for testing accessibility is not almighty;o)!