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 108871

Summary: A11Y: Tools -> Options -> Miscellaneous ->Visual Web - No Accessible description, Components with no mnemonic
Product: obsolete Reporter: _ alexpetrov <alexpetrov>
Component: visualwebAssignee: John Baker <jbaker>
Status: RESOLVED FIXED    
Severity: blocker CC: cnguyencasj, mbudris
Priority: P3 Keywords: A11Y
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ alexpetrov 2007-07-04 14:29:32 UTC
Product Version: NetBeans IDE 6.0M10 (build 200706260050) 
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

A11Y: 
- Main menu item "Tools -> Options"
- Category button "Miscellaneous", tab "Visual Web"

Result:

 No Accessible description :
   Class: javax.swing.JCheckBox {  Check for Duplicate RowSets |  } 
   Class: javax.swing.JCheckBox {  Create RowSets in Session |  } 
   Class: javax.swing.JCheckBox {  Show Grid |  } 
   Class: javax.swing.JCheckBox {  Snap To Grid |  } 

 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Check for Duplicate RowSets |  } 
   Class: javax.swing.JCheckBox {  Create RowSets in Session |  } 
   Class: javax.swing.JCheckBox {  Show Grid |  } 
   Class: javax.swing.JCheckBox {  Snap To Grid |  }
Comment 1 John Baker 2007-11-02 23:08:43 UTC
I'm not sure what needs to be done here.

Does the bundle.properties need new properties and the Options dialog refer to new properties ?
Comment 2 Ch Nguyen 2007-11-02 23:16:26 UTC
John, I already added the mnemonics for all the components on this window.  You just need to supply the Accessible
Descriptions for this components.  Let me know if not clear.
Comment 3 John Baker 2007-11-05 08:08:10 UTC
Fixed

Checking in visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/Bundle.properties;
/cvs/visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/Bundle.properties,v  <--  Bundle.properties
new revision: 1.12; previous revision: 1.11
done
Checking in visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/JsfDesignerAdvancedOptionsPanel.form;
/cvs/visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/JsfDesignerAdvancedOptionsPanel.form,v  <--
 JsfDesignerAdvancedOptionsPan
el.form
new revision: 1.4; previous revision: 1.3
done
Checking in visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/JsfDesignerAdvancedOptionsPanel.java;
/cvs/visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/JsfDesignerAdvancedOptionsPanel.java,v  <--
 JsfDesignerAdvancedOptionsPan
el.java
new revision: 1.6; previous revision: 1.5
done