JDK-4973721 : Up and Down Arrow key buttons are not working for the JSpinner in Synth LAF.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-01-05
  • Updated: 2006-12-06
  • Resolved: 2004-09-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 betaFixed
Related Reports
Relates :  
Relates :  
Description
Steps to reproduce:
1)Extract the zip file attached.
2)Execute the SynthSpinnerTest with the b32 . It has two spinner one enabled and one disabled.
3)Click on the Spinner which is enabled and change the values using the Arrow key. The value changes.
4)Now change the LAF to Synth. Repeat step 3 and notice that the values are not changing.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang FIXED IN: mustang INTEGRATED IN: mustang
14-09-2004

EVALUATION Name: omR10226 Date: 01/09/2004 This is not a bug. SynthLookAndFeel class extends BasicLookAndFeel class and overrides the method getDefaults. So default table from BasicLookAndFeel isn't supported by SynthLookAndFeel. The way to define key bindings in synth-xml-file is provided but not documented yet. ====================================================================== Name: omR10226 Date: 01/13/2004 According to 4959680 Synth must provide default keybindings. So default keybindings for a spinner should be added to Synth (the method SynthStyle.populateDefaultValues should be modified). ======================================================================
14-09-2004