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 - Accessibility issue in 'SSL' and 'Advanced' tab of FTP WSDL wizard
Summary: Accessibility issue in 'SSL' and 'Advanced' tab of FTP WSDL wizard
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-30 00:33 UTC by skatdare
Modified: 2011-04-18 19:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
SSL tab screenshot (67.13 KB, text/plain)
2009-04-30 00:34 UTC, skatdare
Details
Advanced tab screenshot (65.01 KB, text/plain)
2009-04-30 00:34 UTC, skatdare
Details
SSL tab accessibility report (1.42 KB, text/plain)
2009-04-30 00:34 UTC, skatdare
Details
Advanced tab accessibility report (1.75 KB, text/plain)
2009-04-30 00:35 UTC, skatdare
Details

Note You need to log in before you can comment on or make changes to this bug.
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.