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 63473

Summary: SuiteCustomizerBasicBranding: failed to use labelFor
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: rmatous <rmatous>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2005-08-31 22:56:24 UTC
At least this suite panel does not use labelFor on the JLabel's, so the
mnemonics do not work at all.
Comment 1 rmatous 2005-10-11 10:26:28 UTC
I hope already fixed after commits:
SuiteCustomizerSplashBranding.form?r1=1.3&r2=1.4
SuiteCustomizerBasicBranding.form?r1=1.3&r2=1.4
Comment 2 Tomas Danek 2005-12-15 12:39:54 UTC
alt+r does not work, label should point to running text color combo.
Tested in trunk (5.1) on win xp, fix for 5.1 please.
Comment 3 rmatous 2006-02-21 18:09:18 UTC
Fixed in trunk:
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSplashBranding.java,v
 new revision: 1.14; previous revision: 1.13

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSplashBranding.form,v
 new revision: 1.6; previous revision: 1.5
Comment 4 rmatous 2006-02-21 18:15:52 UTC
Fixed in 5.0u1
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSplashBranding.form,v
 new revision: 1.5.10.1; previous revision: 1.5

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerSplashBranding.java,v
 new revision: 1.13.2.1; previous revision: 1.13
Comment 5 Tomas Danek 2006-02-28 09:14:23 UTC
verified in trunk && 50u1