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 31635 - a11y: accessibility problems in the `WAR Contents` dialog
Summary: a11y: accessibility problems in the `WAR Contents` dialog
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-03-04 07:56 UTC by Jason Rush
Modified: 2006-06-04 23:59 UTC (History)
3 users (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 Jason Rush 2003-03-04 07:56:34 UTC
Description: 


Name: ssR10187			Date: 03/04/2003


  Product Version       = Sun ONE Studio 5, Standard Edition (Build 030228)
  IDE Versioning        = IDE/1 spec=3.38 impl=030228
  Operating System      = SunOS version 5.8 running on sparc
  Java; VM; Vendor      = 1.4.0; Java HotSpot(TM) Client VM 1.4.0-b92; Sun 
Microsystems Inc.

   To reproduce the bug:

1. Create Web Module in some mounted dir
2. Highlight the Web Module node
3. Bring up the context menu.
4. Select 'View WAR Content' from context menu

See results of Accessibility Tester:
===============================================
 Tested Window title : WAR Contents
===============================================

 No Accessible name :
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 

 No Accessible description :
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  War Viewer Table |  War viewer table. }
======================================================================

A comment.
Comment 1 Jason Rush 2003-03-04 07:59:47 UTC
Transferred from BugTraq #4826830.
Comment 2 Petr Jiricka 2003-03-07 09:50:11 UTC
Upgrading to P2, assigning to Milan.
Comment 3 Milan Kuchtiak 2003-03-07 10:22:05 UTC
The LABEL_FOR for "war_view_table" is not specified, because there is
no label where the lebelFor property can be set for this table.

This is a general issue and this scenario occurs in a lot of dialogs.

It might be  considered in the test program.

Also pointing out to the javax.swing.JScrollPane$ScrollBar components
is specious.
Comment 4 ccv 2003-03-11 13:08:17 UTC
button "Close" is the default button and has the mnemonic, this is in
conflict with Java Look and Feel