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 94420 - a11y: (Test Web Sercice Operation dialog) Components with no mnemonic : close button
Summary: a11y: (Test Web Sercice Operation dialog) Components with no mnemonic : close...
Status: RESOLVED DUPLICATE of bug 94423
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-02-05 17:31 UTC by Chary Kanaparthi
Modified: 2007-07-17 00:24 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 Chary Kanaparthi 2007-02-05 17:31:59 UTC
shortfinRC4
- create VWP (j2ee1.4 project, jdk1.6beta)
- add new web service client such as TravelWS.wsdl
- after TravelWS nodes successfully added, right click getPersons node to test
the operation
- press ctrl-F11
- the a11y testResult as follows:

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


 Doesn't implement Accessible :
   Class: com.sun.java.swing.plaf.windows.WindowsSplitPaneDivider {  } 


 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JButton {  Close |  Close button } 


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

 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>
*** (#1 of 1): 2006-10-30 10:49:11 PST Lucy


Evaluation :
----------
Known NB issue. Code needs to be fixed in NB.
*** (#1 of 1): 2006-11-16 20:01:24 PST sanjay
Comment 1 _ potingwu 2007-07-17 00:24:40 UTC

*** This issue has been marked as a duplicate of 94423 ***