Threaded View
-
27 Jan 2013 6:15 AM #1
SpinnerField with empty text causes ParseException
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)- every browser
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- Start running in development mode in Eclipse
- Open app in browser
- Click the Spinnerbutton
Expected result
No ParseException
Actual result
ParseException
Test case
Helpful InformationCode:final SpinnerField<Integer> spResult = new SpinnerField<Integer>(new IntegerPropertyEditor()); spResult.setEmptyText("emptyText"); spResult.setAllowBlank(false); spResult.setMinValue(0); spResult.setMaxValue(6);
Debugging already done- «none»
Possible fix
No empty Text
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote