SpinnerField with empty text causes ParseException
Required Information
Version(s) of Ext GWT
Ext GWT 3.0.1
Browser versions and OS
(and desktop environment, if applicable)
Virtual Machine
No
Description
Clicking a SpinnerButton of a SpinnerField with emtpy Text causes a ParseException
Run mode
development mode
Steps to reproduce the problem
- </i>
- Start running in development mode in Eclipse
- Open app in browser
- Click the Spinnerbutton
Expected result
No ParseException
Actual result
ParseException
Test case
Code:
final SpinnerField<Integer> spResult = new SpinnerField<Integer>(new IntegerPropertyEditor());
spResult.setEmptyText("emptyText");
spResult.setAllowBlank(false);
spResult.setMinValue(0);
spResult.setMaxValue(6);
Helpful Information
Debugging already done
Possible fix
No empty Text