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 88279 - [A11Y] New Web Serive : No Accessible description for RadioButton
Summary: [A11Y] New Web Serive : No Accessible description for RadioButton
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords:
: 110394 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-30 20:01 UTC by lucyli
Modified: 2007-10-04 00:55 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 lucyli 2006-10-30 20:01:00 UTC
NB5.5 (shortfinRC4, jdk1.6) 
- create new/ WebApplication (J2ee5 project)
- right click the Web pages nodes /New Web Service
- provide WS name and package name
- (set up accessibility test )ctrl-F11 for a11y test
- the result as follows:


<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : New Web Service
</TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "New Web Service"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JRadioButton {  Create an Empty Web Service |  } 
   Class: javax.swing.JRadioButton {  Delegate to Existing Session Enterprise
Bean |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>
Comment 1 bhate 2007-09-28 19:23:51 UTC
minor change in WebServiceTypePanel.java. targeting beta2.
Comment 2 bhate 2007-09-28 20:10:01 UTC
*** Issue 110394 has been marked as a duplicate of this issue. ***
Comment 3 bhate 2007-10-04 00:55:11 UTC
fixed