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 - A11y problems in Git commit dialog
Summary: A11y problems in Git commit dialog
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-12-01 15:11 UTC by Jaromir Uhrik
Modified: 2010-12-04 06:17 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: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