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 192747

Summary: A11y problems in Git commit dialog
Product: versioncontrol Reporter: Jaromir Uhrik <juhrik>
Component: GitAssignee: Tomas Stupka <tstupka>
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:11:33 UTC
Product Version: NetBeans IDE Dev (Build 201012010001)
Java: 1.6.0_22; Java HotSpot(TM) Client VM 17.1-b03
System: Linux version 2.6.35-22-generic running on i386; UTF-8; en_US (nb)

A11y-tester tool notices the following a11y problems in the git commit dialog:
===============================================
 Tested Window title : Commit - JavaApplication15
===============================================
Results of Accessibility test
 No Accessible name :
   Class: org.netbeans.modules.versioning.util.SortedTable {  |  Lists files to commit along with their commit options which you can change. } 
 Components with no LABEL_FOR pointing to it :
   Class: org.netbeans.modules.versioning.util.SortedTable {  |  Lists files to commit along with their commit options which you can change. } 
 Components with no mnemonic :
   Class: org.netbeans.modules.versioning.util.common.CollapsiblePanel$SectionButton {   |   } 
   Class: org.netbeans.modules.versioning.util.common.CollapsiblePanel$SectionButton {   |   }
Comment 1 Tomas Stupka 2010-12-03 17:42:13 UTC
http://hg.netbeans.org/core-main/rev/06253addc3fc
fixed
Comment 2 Quality Engineering 2010-12-04 06:17:47 UTC
Integrated into 'main-golden', will be available in build *201012040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/06253addc3fc
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #192747 - A11y problems in Git commit dialog