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 60980 - a11y: No Accessible description in Add Instance Wizard
Summary: a11y: No Accessible description in Add Instance Wizard
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: A11Y
: 65690 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-14 13:45 UTC by Ivan Sidorkin
Modified: 2007-09-04 13:49 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 Ivan Sidorkin 2005-07-14 13:45:15 UTC
- go to Add Server Instance wizard;
- select Weblogic and press Next button;

Server Location Step issues:
===============================================
 Tested Window title : Add Server Instance
===============================================

Results of Accessibility test
 No Accessible name :
   Class: javax.swing.JTextField {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
   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 {  |  }
Comment 1 Pavel Buzek 2005-08-16 03:43:30 UTC
simple fix
Comment 2 Libor Kotouc 2005-12-12 14:10:54 UTC
Fixed on the WL plugin side.

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

Remaining

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

must be fixed in AddServerInstanceAction and ServersCustomizer classes in the
j2eeserver module.
Comment 3 Libor Kotouc 2005-12-13 15:59:37 UTC
*** Issue 65690 has been marked as a duplicate of this issue. ***
Comment 4 Sherold Dev 2006-01-04 18:04:42 UTC
fixed when fixing issue 65841
Comment 5 Ivan Sidorkin 2007-09-04 13:49:55 UTC
verified in Build 200709040000