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 82535 - a11y: WSDL Editor Validate XML property window - a11y issues
Summary: a11y: WSDL Editor Validate XML property window - a11y issues
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-11 22:56 UTC by jchieu
Modified: 2009-08-04 08:53 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 jchieu 2006-08-11 22:56:34 UTC
Create a New WSDL File.
Right mouse click on the new Wsdl and select Validate XML.
In the Output XML Check window.

 No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/plain } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/plain } 

 Components not reachable with tab traversal :
   Class: javax.swing.JEditorPane {  |  text/plain }
Comment 1 Shivanand Kini 2006-08-18 01:05:16 UTC
related to validation output window.
Comment 2 Praveen Savur 2006-09-07 00:21:52 UTC
This is a generic problem for any output window. Same issue with output windows for:
* Build output
* Check XML action
* App server log

So this needs to be fixed in core where output window is implemented.
Comment 3 Jaromir Uhrik 2006-09-11 15:03:14 UTC
Works for me. I got the following output and as you can see there are no
problems with the output:

===============================================
 Tested Window title : Output
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 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 :
   - none.
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.
 Components not reachable with tab traversal :
   - none.
Comment 4 jchieu 2006-09-12 19:03:21 UTC
Which build did you use?
I ran it with the Sep 10 build and the same issue with A11Y is still there.

 No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/plain } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/plain } 

 Components not reachable with tab traversal :
   Class: javax.swing.JEditorPane {  |  text/plain } 
Comment 5 Milos Kleint 2006-11-02 14:05:56 UTC
jchieu, juhrik: you tried with a Sep 10 build of 5.5 or 6.0?
Comment 6 Jaromir Uhrik 2006-11-06 16:46:25 UTC
Now I am able to reproduce in 5.5 fcs build. I got the following output:

===============================================
 Tested Window title : Output
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/plain } 
 No Accessible description :
   - none.
 Label with LABEL_FOR not set :
   - none.
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/plain } 
 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 :
   Class: javax.swing.JEditorPane {  |  text/plain } 


I don't know how to reproduce it in builds of 6.0, because I am not able to find
out how to create WSDL there in 6.0.
Comment 7 Antonin Nebuzelsky 2008-02-07 15:52:51 UTC
Reassigning to new module owner Tomas Holy.
Comment 8 Lukas Hasik 2008-04-10 21:23:04 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 9 t_h 2009-08-04 08:53:40 UTC
Cannot reproduce in current version. Please provide more information if the issue still exists.