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 82539 - a11y: WSDL Editor Attribute window - a11y issues
Summary: a11y: WSDL Editor Attribute window - a11y issues
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-11 23:09 UTC by jchieu
Modified: 2007-03-30 17:36 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 23:09:54 UTC
Create a new WSDL File.
Select the Attributes folder.
Right mouse button click to Add Attribute.
In the Attribute window.

 No Accessible name :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextPane {  |  text/plain } 
   Class: org.openide.explorer.view.BeanTreeView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 


 No Accessible description :
   Class: javax.swing.JRadioButton {  Inline Simple Type |  } 
   Class: javax.swing.JRadioButton {  Use Existing Type |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Attribute |  } 
   Class: org.openide.explorer.view.BeanTreeView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextPane {  |  text/plain } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JRadioButton {  Inline Simple Type |  } 
   Class: javax.swing.JRadioButton {  Use Existing Type |  } 

 Components not reachable with tab traversal :
   Class: javax.swing.JRadioButton {  Inline Simple Type |  } 
   Class: javax.swing.JRadioButton {  Use Existing Type |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextPane {  |  text/plain } 
   Class: org.openide.explorer.view.BeanTreeView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }
Comment 1 Shivanand Kini 2006-08-18 01:06:45 UTC
related to schema.
Comment 2 bhate 2006-08-18 01:52:39 UTC
This already fixed as part of another schematools bug.

we dont need mnemonics for current selection label.
and no need for label for the type tree.
Comment 3 jchieu 2006-09-07 21:14:05 UTC
Verified that most of the stuff has been addressed.
Still has similar problem with 82540
 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Attribute |  }

I disagree so I'll leave it as Resolved Fixed status.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Select a global 
reference. |  Select a global reference. }

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Current Selection: string (Global Simple Type) 
|  Currently selected global reference. }

Comment 4 Mikhail Matveev 2007-03-30 17:36:16 UTC
Seems that it's related to XML schema file. Verified. "Current Selection: string
(Global Simple Type) " component needs no mnemonic.