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 60984 - 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: WebSphere (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-07-14 14:02 UTC by Ivan Sidorkin
Modified: 2006-11-30 18:00 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 14:02:42 UTC
- go to Add Server Instance wizard;
- select Websphere press Next button;


Server Location 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 Kirill Sorokin 2005-09-02 12:24:48 UTC
fixed in release41 branch
Comment 2 Alexander Kouznetsov 2006-09-15 12:53:58 UTC
Failed to verify with JSE 8.1 2006.09.06 build on WinXP.

No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JTextField {  Server Location: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Add Server Instance |  }
Comment 3 dlipin 2006-10-17 14:45:22 UTC
Verified on build 061016_1, Multilingual, Windows SP2.

OK (Alt+O) -  Class: javax.swing.JButton {  Browse... |  }
OK (Alt+L) - Class: javax.swing.JTextField {  Server Location: |  } 

As for:
Class: org.netbeans.core.windows.services.NbDialog {  Add Server Instance |  }
I am not quite sure what component should be accessed in this case.
In any case it is not the issue of websphere plugins - it is definitly NetBeans 
core issue (org.netbeans.core.windows.services.NbDialog). 
Please file a bug against it.
Comment 4 dlipin 2006-10-17 14:56:51 UTC
reopening for fixing accessible names/descriptions
Comment 5 dlipin 2006-10-18 09:04:35 UTC
Fixed. Please verify.. I could missed something.


PS. Changed files:
http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/Bundle.properties?r1=1.6&r2=1.7

http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/ConnectionTabVisualPanel.form?r1=1.
4&r2=1.5

http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/ConnectionTabVisualPanel.java?r1=1.
10&r2=1.11

http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/wizard/Bundle.properties?r1=1.10&r2=1.11

http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/wizard/ServerLocationPanel.java?r1=1.
11&r2=1.12

http://serverplugins.netbeans.org/source/browse/serverplugins/websphere6/src/
org/netbeans/modules/j2ee/websphere6/ui/wizard/ServerPropertiesPanel.java?r1=1.
15&r2=1.16
Comment 6 Alexander Kouznetsov 2006-10-24 13:11:14 UTC
Failed to verify with JSE 8.1 (2006.10.22).

Results of A11Y check:
 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JTextField {  Server Location: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Add Server Instance |  } 
Comment 7 dlipin 2006-11-01 16:46:49 UTC
Seems to be fixed again... 
Please verify.
Comment 8 Alexander Kouznetsov 2006-11-30 18:00:30 UTC
Verified with JSE 8.1 (2006.11.21, milestone 18).