On Sun, 24 Mar 2024 15:11:16 GMT, drmarmac <d...@openjdk.org> wrote: > This PR should fix the issue and cover all relevant cases with new tests. > > Note: This involves a small behavior change, as can be seen in > dblSpinner_testWrapAround_decrement_twoSteps() in SpinnerTest.java:749. With > this change the wraparound behavior is similar to that of the IntegerSpinner.
I've updated the behavior for the double spinner according to option 4. Consequences of this approach are: - The wrapping behavior of the double spinner is not the same as for the integer spinner, even for all-integer values. - Going over the limit with one Spinner arrow, and going back with the other arrow, will generally not result in the previous value. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1431#issuecomment-2047310739