JDK-4104443 : Proper keyboard navigation must be verified on JCheckBox for Windows LAF
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.4
  • CPU: unknown
  • Submitted: 1998-01-16
  • Updated: 2001-08-17
  • Resolved: 2001-08-17
Related Reports
Duplicate :  
Description
The following navigation, activation and selection keyboard bindings on JCheckBox need verification for proper operation and key binding sequences. 

JCheckBox
	Navigate in -	Tab 
	Navigate out -	Tab, Shift+Tab (reverses direction) 
	Navigate within -	Arrow Keys 
	Check -	Spacebar 
	Un-check -	Spacebar

Comments
EVALUATION Navigate in - Tab: Works on Windows NT and 95. Navigate out - Tab, Shift+Tab (reverses direction) : Works on Windows NT and 95. Navigate within - Arrow Keys : NOT WORKING on Windows NT and 95. Check - Spacebar : Works on Windows NT and 95. Un-check - Spacebar: Works on Windows NT and 95. In summary, the only one not working with Windows L&F on Windows NT and 95 is Navigating within with the arrow keys. Neither set of arrow keys worked for me on two different PC's. nancy.schorr@eng 1998-03-18
18-03-1998