JDK-4104456 : Proper keyboard navigation must be verified on JToggleButton 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 JToggleButton need verification for proper operation and key binding sequences. 

JToggleButton
	Navigate in -	Tab 
	Navigate out -	Tab, Shift+Tab (reverses direction) 
	Navigate within -	Arrow keys
	Toggle on/off-	Spacebar 

Comments
EVALUATION Navigate in - Tab: Works with Windows L&F on Windows NT and 95. Navigate out - Tab, Shift+Tab: Works with Windows L&F on Windows NT and 95. Navigate within - Arrow keys: DOES NOT WORK Toggle on/off- Spacebar: Works with Windows L&F on Windows NT and 95 to turn on button, but DOES NOT WORK to turn off button. nancy.schorr@eng 1998-03-18
18-03-1998