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 110721 - [a11y] Project Properties - CompositeApp General
Summary: [a11y] Project Properties - CompositeApp General
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-24 11:38 UTC by srinivaschintalapati
Modified: 2008-10-21 09:38 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 srinivaschintalapati 2007-07-24 11:38:42 UTC
Conflict in mnemonics
build#
Product Version: NetBeans IDE Dev (Build 200707221200) Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 System: 
Windows XP version 5.1 running on x86; Cp1252; en_US (nb) Userdir: C:\Documents and 
Settings\schintalapati\.netbeans\dev

Steps to Reproduce:
1) goto composite app properties and go to General
2) Run Accessibility test tool

Observation:
<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : Project Properties - CompositeApp1 </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "Project Properties - CompositeApp1"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JComboBox {  Encoding: |  } 
   Class: javax.swing.JTextField {  Project Folder: |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Project properties categories |  Catagories of the 
project properties } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components with potential mnemonics conflict:
 - components with mnemonic 'E' :
   Class: javax.swing.JLabel {  Description: |  } 
   Class: javax.swing.JLabel {  Encoding: |  } 


 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>
Comment 1 Jun Qian 2007-08-08 03:05:43 UTC
Fixed. (The rest are standard NB behaviour.)

===============================================
 Tested Window title : Project Properties - SynchronousSampleApplication
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  }
   Class: javax.swing.JButton {  OK |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Project properties
categories |  Catagories of the project properties }


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mn
emonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 2 pchen 2007-09-26 21:51:05 UTC
Using build 200709250000 for WinXP

All components reachable
Comment 3 srinivaschintalapati 2008-10-21 09:38:36 UTC
Verified