Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Jun 2010
    Location
    Cajamarca, Peru
    Posts
    42
    Vote Rating
    0
    cimballi is on a distinguished road

      0  

    Default [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);

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Fixed in SVN as of revision #2248

Similar Threads

  1. [FNR] Typo in com.extjs.gxt.ui.client.widget.layout.ToolBarLayout
    By Arnaud Forcinal in forum Ext GWT: Bugs (2.x)
    Replies: 1
    Last Post: 22 Sep 2010, 4:29 AM
  2. NumberField - new method maxNumberCharactersAfterDecimalSeparator - [FNR]
    By fother in forum Ext GWT: User Extensions and Plugins (1.x)
    Replies: 4
    Last Post: 2 Sep 2010, 6:49 AM
  3. [FNR] [TRUNK] Typo in ColumnModel
    By sdc in forum Ext GWT: Bugs (1.x)
    Replies: 1
    Last Post: 2 Apr 2009, 6:37 AM
  4. Replies: 5
    Last Post: 2 Apr 2009, 12:16 AM
  5. Typo Error in UpdateManager.formUpdate()
    By nassaja-rus in forum Ext 1.x: Bugs
    Replies: 1
    Last Post: 3 Jun 2007, 4:44 AM