On Mon, 13 Apr 2020 06:59:08 GMT, Ajit Ghaisas wrote:
> Issue : https://bugs.openjdk.java.net/browse/JDK-8193286
>
> Root Cause :
> Incorrect implementation.
> Current implementation of int wrapValue(int,int,int) in Spinner.java works
> well if min is 0.
> Hence this implementation works with L
On Wed, 22 Apr 2020 09:06:09 GMT, Jeanette Winzenburg
wrote:
>> I checked and there is a case that (mostly) works today that will break with
>> your proposed fix. I left a couple inline
>> comments.
>> I wonder if it is better to wait and fix it completely in
>> [JDK-8242553](https://bugs.openj
On Tue, 21 Apr 2020 23:34:07 GMT, Kevin Rushforth wrote:
>
> I wonder if it is better to wait and fix it completely in
> [JDK-8242553](https://bugs.openjdk.java.net/browse/JDK-8242553).
good idea - do it correctly once and for all :)
-
PR: https://git.openjdk.java.net/jfx/pull/174
On Mon, 13 Apr 2020 06:59:08 GMT, Ajit Ghaisas wrote:
> Issue : https://bugs.openjdk.java.net/browse/JDK-8193286
>
> Root Cause :
> Incorrect implementation.
> Current implementation of int wrapValue(int,int,int) in Spinner.java works
> well if min is 0.
> Hence this implementation works with L
On Wed, 15 Apr 2020 23:18:46 GMT, Kevin Rushforth wrote:
>> Issue : https://bugs.openjdk.java.net/browse/JDK-8193286
>>
>> Root Cause :
>> Incorrect implementation.
>> Current implementation of int wrapValue(int,int,int) in Spinner.java works
>> well if min is 0.
>> Hence this implementation wo
On Mon, 13 Apr 2020 06:59:08 GMT, Ajit Ghaisas wrote:
> Issue : https://bugs.openjdk.java.net/browse/JDK-8193286
>
> Root Cause :
> Incorrect implementation.
> Current implementation of int wrapValue(int,int,int) in Spinner.java works
> well if min is 0.
> Hence this implementation works with L
Issue : https://bugs.openjdk.java.net/browse/JDK-8193286
Root Cause :
Incorrect implementation.
Current implementation of int wrapValue(int,int,int) in Spinner.java works well
if min is 0.
Hence this implementation works with ListSpinnerValueFactory, but fails with
IntegerSpinnerValueFactory.
F