Spinner control value
Peter Penzov
peter.penzov at gmail.com
Fri Dec 12 10:04:36 UTC 2014
Done
https://javafx-jira.kenai.com/browse/RT-39655
No I don't press the Enter key. The value is not auto commuted.
BR
On Fri, Dec 12, 2014 at 11:00 AM, Jonathan Giles <jonathan.giles at oracle.com>
wrote:
>
> Please file a bug in our Jira and we can take a look. Also, please clarify
> if after entering 34 you are using the enter key to commit the value or not.
>
> -- Jonathan
> Sent from a touch device. Please excuse my brevity.
>
>
> On 12 December 2014 21:33:32 GMT+13:00, Peter Penzov <
> peter.penzov at gmail.com> wrote:
>>
>> Hi All,
>>
>> I'm using Spinner from 8u40b17.
>>
>> SpinnerValueFactory svf = new
>> SpinnerValueFactory.IntegerSpinnerValueFactory(0, 100);
>>
>> Spinner sp = new Spinner();
>> sp.setValueFactory(svf);
>> sp.setEditable(true);
>> sp.setPrefWidth(80);
>>
>> I noticed that when I enter some value from keyboard and I increase the
>> value the expected number is not the next. Instead of this it's the next
>> default value. How I can fix this?
>>
>> Fox example if I have 5 as default value and I enter 34. When I press the
>> upper arrow I get 6.
>>
>>
>> BR,
>>
>> Peter
>>
>>
More information about the openjfx-dev
mailing list