JDK-4110476 : Proper keyboard navigation must be verified on JRadioButton for the JLF 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-02-09
  • Updated: 2001-08-17
  • Resolved: 2001-08-17
Related Reports
Duplicate :  
Description
The following navigation, activation and selection keyboard bindings on JRadioButton need verification for proper operation and key binding sequences. They are the same as the Win32 keybindings.

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


Comments
EVALUATION This works already except for arrow keys. This needs to be implemented, it will most likely be inherited from Basic L&F. jeff.shapiro@Eng 1998-03-16 Name: keR10081 Date: 08/17/2001 This will be fixed as part of 4104452. ###@###.### ======================================================================
16-03-1998