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 110401 - [A11Y] Project proerties - source tab not fully accessible
Summary: [A11Y] Project proerties - source tab not fully accessible
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 12:41 UTC by Jiri Prox
Modified: 2007-10-10 14:37 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 Jiri Prox 2007-07-20 12:41:07 UTC
Product Version: NetBeans IDE Dev (Build 070720) 
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) 
Userdir: /home/jp159440/.netbeans/dev

Project properties - Sources tab: missing accessible description for Include/Exclude button and Encoding combobox

===============================================
 Tested Window title : Project Properties - JavaApplication57
===============================================
 
Results of Accessibility test
 
 
 Doesn't implement Accessible :
   - none.
 
 No Accessible name :
   - none.
 
 No Accessible description :
   Class: javax.swing.JButton {  Includes/Excludes... |  }
   Class: javax.swing.JComboBox {  Encoding: |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A }
 
 
 Components with no mnemonic :
   - none.
 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 
 Components not reachable with tab traversal :
   - none.
Comment 1 Tomas Zezula 2007-09-07 10:57:12 UTC
The problem with missing LABEL_FOR should be reported to project/projectui it's a generic part which I
cannot affect in j2seproject.

Checking in src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v  <--  Bundle.properties
new revision: 1.90; previous revision: 1.89
done
Checking in src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.form,v  <--  CustomizerRun.form
new revision: 1.15; previous revision: 1.14
done
Checking in src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.java,v  <--  CustomizerRun.java
new revision: 1.26; previous revision: 1.25
done
Checking in src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form,v  <-- 
CustomizerSources.form
new revision: 1.12; previous revision: 1.11
done
Checking in src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java,v  <-- 
CustomizerSources.java
new revision: 1.21; previous revision: 1.20
done
Comment 2 Jiri Prox 2007-10-10 14:37:17 UTC
v.