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 127929 - [A11Y] Missing Accessible Description for 'Add From JAR' dialog
Summary: [A11Y] Missing Accessible Description for 'Add From JAR' dialog
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 17:25 UTC by Petr Dvorak
Modified: 2008-04-14 11:22 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:25:52 UTC
Missing accessibility description for dialog "Toos > Palette > Swing/AWT Components > Palette Manager dialog > Add From
JAR". A11Y test result:

No Accessible description :
   Class: javax.swing.plaf.metal.MetalFileChooserUI$3 {  File Name: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Install Components to Palette |  } 
   Class: sun.swing.FilePane$3 {  |  }
Comment 1 Jaromir Uhrik 2008-02-25 12:52:45 UTC
The priority is assigned properly - the fix seems to be simple.
Comment 2 Karol Harezlak 2008-02-25 16:26:29 UTC
This issue is not Mobility related please reassign it to correct component.
Comment 3 Stanislav Aubrecht 2008-02-26 09:40:04 UTC
form designer implements that dialog window, reassigning 
Comment 4 Jan Stola 2008-02-26 10:52:49 UTC
The accessibile description for the dialog has been added. The other warnings come from internal components of file 
chooser e.g. we can do nothing with them.

Fixed by http://hg.netbeans.org/main/rev/3441d6b6ab86
Comment 5 Petr Dvorak 2008-04-14 11:22:05 UTC
Verified: 20080411