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 60926 - a11y: New Instance Wizard, Instance Properties: Missed a11y features
Summary: a11y: New Instance Wizard, Instance Properties: Missed a11y features
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anna Bolotova
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-07-13 14:37 UTC by Ivan Sidorkin
Modified: 2006-03-24 13:07 UTC (History)
0 users

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 Ivan Sidorkin 2005-07-13 14:37:16 UTC
- go to Add Server Instance wizard;
- select JBoss and press Next button;
- enter jboss server location and press next button;

Instance Properties Step issues:

===============================================
 Tested Window title : Add Server Instance
===============================================

Results of Accessibility test

 No Accessible name :
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }


 No Accessible description :
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Add Server Instance |  }

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
Comment 1 Anna Bolotova 2005-08-29 15:38:48 UTC
Added according accessible descriptions/names.
Comment 2 zikmund 2005-08-29 15:50:33 UTC
Fixed only in release41 branch. Should be fixed in trunk too.
Comment 3 Libor Kotouc 2005-09-08 17:15:12 UTC
Fixed in trunk.

Checking in AddServerPropertiesVisualPanel.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/AddServerPropertiesVisualPanel.java,v
 <--  AddServerPropertiesVisualPanel.java
new revision: 1.3; previous revision: 1.2
done
Comment 4 Michal Mocnak 2005-11-01 11:57:03 UTC
Verified