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 60983 - a11y: New Instance Wizard, Instance Properties: Missed a11y features
Summary: a11y: New Instance Wizard, Instance Properties: Missed a11y features
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: A11Y
: 65694 65696 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-14 13:58 UTC by Ivan Sidorkin
Modified: 2006-06-26 11:47 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-14 13:58:53 UTC
- go to Add Server Instance wizard;
- select Weblogic and press Next button;
- enter 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.JComboBox {  |  }
   Class: javax.swing.JPasswordField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }


 No Accessible description :
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JComboBox {  |  }
   Class: javax.swing.JPasswordField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   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.JPasswordField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
Comment 1 Pavel Buzek 2005-08-16 03:43:55 UTC
simple fix
Comment 2 Libor Kotouc 2005-12-13 11:44:33 UTC
Fixed.

Checking in Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in ServerPropertiesPanel.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/ServerPropertiesPanel.java,v
 <--  ServerPropertiesPanel.java
new revision: 1.10; previous revision: 1.9
done

Remaining

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

will be fixed alogin with the issue 60980.
Comment 3 Libor Kotouc 2005-12-13 16:05:59 UTC
*** Issue 65694 has been marked as a duplicate of this issue. ***
Comment 4 Libor Kotouc 2005-12-13 16:22:54 UTC
*** Issue 65696 has been marked as a duplicate of this issue. ***
Comment 5 Michal Mocnak 2006-06-26 11:47:37 UTC
Verified