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 184833 - Missing A11Y for OSGi samples
Summary: Missing A11Y for OSGi samples
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-23 11:03 UTC by Tomas Danek
Modified: 2010-05-25 07:32 UTC (History)
1 user (show)

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 Tomas Danek 2010-04-23 11:03:52 UTC
Product Version: NetBeans IDE Dev (Build 201004200200)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Users\tester\.netbeans\dev
--------------------
e.g. new osgi samples - felix and ewuinox based platform app -  which were generated using this wizard i guess, are missing a11y descriptions.

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JTextField {  Project Folder: |  } 
   Class: javax.swing.JTextField {  Project Location: |  } 
   Class: javax.swing.JTextField {  Project Name: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New Project |  }
Comment 1 Jesse Glick 2010-04-23 18:16:10 UTC
A11Y is a requirement for netbeans.org code, not for code generated by wizards.
Comment 2 Jaroslav Tulach 2010-05-24 08:00:31 UTC
core-main#3eb0a6a9f1e6
Comment 3 Quality Engineering 2010-05-25 07:32:23 UTC
Integrated into 'main-golden', will be available in build *201005250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3eb0a6a9f1e6
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #184833: Assigning the label and browse button some fake accessibility strings. The problem is however deeper. apisupport.project's project wizard generates non-A11Y form. As a result almost all samples provided by apisupport are not A11Yed.