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 - A11y problems in Select Template dialog
Summary: A11y problems in Select Template dialog
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-12-01 15:48 UTC by Jaromir Uhrik
Modified: 2010-12-02 06:23 UTC (History)
1 user (show)

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 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