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 64855 - Projects Properties has missing A11Y features
Summary: Projects Properties has missing A11Y features
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-09-21 18:08 UTC by _ potingwu
Modified: 2006-03-24 13:05 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 _ potingwu 2005-09-21 18:08:48 UTC
In the "Projects Properties" dialog, there are following missing A11Y features:
  1. Component Categories does not have mnemonic
  2.
     No Accessible name :
       Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 
     No Accessible description :
       Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 
     Components with no LABEL_FOR pointing to it :
       Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }
Comment 1 Jesse Glick 2005-09-21 23:05:03 UTC
Properties for which project type? Every project type provides its own
properties dialog, though certain pieces of code are shared.
Comment 2 _ potingwu 2005-09-21 23:48:45 UTC
It's for Web Application.
Comment 3 Jesse Glick 2005-09-22 21:31:02 UTC
Thanks...
Comment 4 _ potingwu 2005-10-10 18:14:14 UTC
Also in Packaging:

 Components without mnemonic:
   Class: javax.swing.JLabel {  WAR Content: |  }
Comment 5 Radko Najman 2005-10-11 14:38:51 UTC
Packaging fixed. The rest is a duplicate of issue #65682

Checking in Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.75; previous revision: 1.74
done
Comment 6 Jaroslav Pospisil 2005-12-16 12:50:53 UTC
VERIFIED