-
27 Sep 2010 9:11 AM #1
[FNR] Typo error in NumberField
[FNR] Typo error in NumberField
There is a typo error in the NumberField class, lign 24 :
field.setPropertyEdtiorType(Integer.class);
Should be :
field.setPropertyEditorType(Integer.class);
-
28 Sep 2010 6:06 AM #2
Fixed in SVN as of revision #2248
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FNR] Typo in com.extjs.gxt.ui.client.widget.layout.ToolBarLayout
By Arnaud Forcinal in forum Ext GWT: Bugs (2.x)Replies: 1Last Post: 22 Sep 2010, 4:29 AM -
NumberField - new method maxNumberCharactersAfterDecimalSeparator - [FNR]
By fother in forum Ext GWT: User Extensions and Plugins (1.x)Replies: 4Last Post: 2 Sep 2010, 6:49 AM -
[FNR] [TRUNK] Typo in ColumnModel
By sdc in forum Ext GWT: Bugs (1.x)Replies: 1Last Post: 2 Apr 2009, 6:37 AM -
[FIXED] [1.2.3] NumberField<Integer> error - the type is not NumberField generic
By The_Jackal in forum Ext GWT: Bugs (1.x)Replies: 5Last Post: 2 Apr 2009, 12:16 AM -
Typo Error in UpdateManager.formUpdate()
By nassaja-rus in forum Ext 1.x: BugsReplies: 1Last Post: 3 Jun 2007, 4:44 AM


Reply With Quote