JDK-6449791 : JSpinner gets spinning when mouse button is pushed down and the spinner is replaced with new one.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2_12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-07-18
  • Updated: 2011-02-16
  • Resolved: 2006-08-07
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.
Other
1.4.2_13 b02Fixed
Related Reports
Relates :  
Description
JSpinner gets spinning in the following scenario.

1. Spinner is created by using JSpinner.
2. To increase the value continuously, push the button of the spinner down
   and keep it being down. (Do not relese it.)
3. The spinner is replaced with new one. 
   (Remove old one and make new spinner visible.)
4. getNextValue() does not stop. (It is spinning...)

I confirmed this problem occurs on Solaris and WindowsXP with Java 1.4.2_12.
This does not occur with Java 1.5.0.

Comments
EVALUATION Looks like this was fixed in 5.0 by 4840869. Needs to be backported.
19-07-2006