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 192752

Summary: A11y problems in Select Template dialog
Product: versioncontrol Reporter: Jaromir Uhrik <juhrik>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: git
Priority: P3 Keywords: A11Y
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaromir Uhrik 2010-12-01 15:48:52 UTC
When I click on the Load Template button in the topright corner of the Git Commit dialog the Select Template dialog appears. There are following a11y problems reported for this dialog by the a11y-tester tool.

===============================================
 Tested Window title : Select Template
===============================================
Results of Accessibility test
  Accessible name :
   Class: javax.swing.JTextArea {  |  } 
 No Accessible description :
   Class: javax.swing.JButton {  Load File... |  } 
   Class: javax.swing.JButton {  Save as File... |  } 
   Class: javax.swing.JCheckBox {  Automatically fill into commit message |  } 
   Class: javax.swing.JTextArea {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Select Template |  } 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  } 
 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Automatically fill into commit message |  }
Comment 1 Ondrej Vrabec 2010-12-01 17:19:08 UTC
fix: #3fbcdba2dbc1 - http://hg.netbeans.org/core-main/rev/3fbcdba2dbc1
Comment 2 Ondrej Vrabec 2010-12-01 17:30:06 UTC
fix: #833c99e7b69a - http://hg.netbeans.org/core-main/rev/833c99e7b69a
Comment 3 Quality Engineering 2010-12-02 06:23:08 UTC
Integrated into 'main-golden', will be available in build *201012020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3fbcdba2dbc1
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #192752 - A11y problems in Select Template dialog