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 164131

Summary: Accessibility issue in 'SSL' and 'Advanced' tab of FTP WSDL wizard
Product: xml Reporter: skatdare <skatdare>
Component: CodeAssignee: Samaresh Panda <samaresh>
Status: RESOLVED WONTFIX    
Severity: blocker CC: mmirilovic
Priority: P3 Keywords: A11Y
Version: 6.x   
Hardware: Other   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: SSL tab screenshot
Advanced tab screenshot
SSL tab accessibility report
Advanced tab accessibility report

Description skatdare 2009-04-30 00:33:23 UTC
Accessibility issue in 'SSL' tab of FTP WSDL wizard. The Label is not enough to specify the descriptions(See attached 
screenshot (FTPWizardPage2SSL) and accessibility report):

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

 No Accessible description :
   Class: javax.swing.JCheckBox {  Enable CCC |  } 
   Class: javax.swing.JComboBox {  Secured FTP Type |  } 
   Class: javax.swing.JTabbedPane {  SSL |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New WSDL Document |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  Show Description |  Show Description } 
   Class: javax.swing.JTabbedPane {  SSL |  } 

Accessibility issues in 'Advanced' tab of FTP configuration WSDL wizard(See attached screenshot 
(FTPWizardPage2Advanced) and accessibility report)::

 No Accessible description :

   Class: javax.swing.JTabbedPane {  Advanced |  } 
    Class: javax.swing.JTextField {  Control Encoding |  } 
   Class: javax.swing.JTextField {  Persistence Base Location |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New WSDL Document |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  Show Description |  Show Description } 
   Class: javax.swing.JTabbedPane {  Advanced |  } 


 Components with potential mnemonics conflict:
 - components with mnemonic 'F' :
   Class: javax.swing.JLabel {  User Defined Directory List Style Configuration File |  } 
   Class: javax.swing.JLabel {  User Defined Directory List Style Configuration File |  }
Comment 1 skatdare 2009-04-30 00:34:07 UTC
Created attachment 81260 [details]
SSL tab screenshot
Comment 2 skatdare 2009-04-30 00:34:27 UTC
Created attachment 81261 [details]
Advanced tab screenshot
Comment 3 skatdare 2009-04-30 00:34:51 UTC
Created attachment 81262 [details]
SSL tab accessibility report
Comment 4 skatdare 2009-04-30 00:35:09 UTC
Created attachment 81263 [details]
Advanced tab accessibility report
Comment 5 skatdare 2009-04-30 00:48:18 UTC
Correction to issue noted below. the following issues are not valid:

For SSL tab
-------------
No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  New WSDL Document |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  Show Description |  Show Description } 
   Class: javax.swing.JTabbedPane {  SSL |  }

For Advanced tab
----------------
 No Accessible description :

   Class: javax.swing.JTabbedPane {  Advanced |  } 
    Class: javax.swing.JTextField {  Control Encoding |  } 
   Class: javax.swing.JTextField {  Persistence Base Location |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New WSDL Document |  }

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  Show Description |  Show Description } 
   Class: javax.swing.JTabbedPane {  Advanced |  }

 Components with potential mnemonics conflict:
 - components with mnemonic 'F' :
   Class: javax.swing.JLabel {  User Defined Directory List Style Configuration File |  } 
   Class: javax.swing.JLabel {  User Defined Directory List Style Configuration File |  } 
Comment 6 Marian Mirilovic 2011-04-18 19:58:54 UTC
No additional development in this area is planned.