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 139899

Summary: Label in "New Code Template Dialog" do not have mnemonics
Product: editor Reporter: Petr Dvorak <joshis>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y, SIMPLEFIX
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Dvorak 2008-07-14 16:03:07 UTC
Product Version: NetBeans IDE Dev (Build 200807101204)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)

Go to Tools>Options>Editor>Code Templates and click New in order to create a new code template. The label "Abbreviation"
does not have a mnemonics. Results of A11Y test:

Components with no mnemonic :
   <strong>Class: javax.swing.JLabel {  Abbreviation: |  }</strong>
Comment 1 Vitezslav Stejskal 2008-07-16 13:29:13 UTC
http://hg.netbeans.org/main/rev/904cf43caea7
Comment 2 Quality Engineering 2008-07-17 04:27:01 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/904cf43caea7
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #139899 (fixed): mnemonics
Comment 3 Petr Dvorak 2008-07-22 12:50:15 UTC
Verified