[CLOSED] Bug in revision 3863?

  1. #1

    [CLOSED] Bug in revision 3863?

    Hi!

    I think I have found a possible bug in revision 3863.

    The same error is in the two files

    /branches/2.0/Ext.Net/Build/Ext.Net/extnet/src/grid/column/Column.js
    /branches/2.0/Ext.Net/Build/Ext.Net/extnet/src/panel/Table.js

    beforeDestroy : function() {
              if(this.editors) {
                      Ext.destroy(this.editors);
              }
              me.callParent(arguments);  //<= me is undefined  ( Should be this.callParent(arguments)? )
       }
    Last edited by Daniil; Mar 13, 2012 at 3:41 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks you for the report, fixed in SVN
    Please update
  3. #3
    The fastest bug-fix in history! :-)

    Thanks!

Similar Threads

  1. [CLOSED] [1.0] Problem with revision 3409
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 18, 2011, 7:54 PM
  2. [CLOSED] Please help with update revision
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 27, 2010, 9:06 AM
  3. [CLOSED] [1.0] Problem with revision 2973
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 10, 2010, 11:35 AM
  4. [CLOSED] [1.0] Problem with last revision
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 12, 2010, 8:15 AM
  5. [CLOSED] [1.0] problem with revision 2550
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 13, 2010, 6:56 PM

Posting Permissions