[CLOSED] Ext.form.Hidden.xtype is different in debug vs release mode

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Ext.form.Hidden.xtype is different in debug vs release mode

    In debug mode, Ext.form.Hidden.xtype returns "hiddenfield". In release mode, Ext.form.Hidden.xtype returns "hidden". We understand both xtypes are valid but this caused issue because we had a line of code that targeted "hiddenfield" and not "hidden". So when our application is released, stuff got broken. We will change our code to check for both hiddenfield and hidden, but can you tell us why they are different between debug and release? And if there are more things like that.
    Last edited by Daniil; Mar 25, 2014 at 5:01 PM. Reason: [CLOSED]

Similar Threads

  1. Replies: 1
    Last Post: Feb 18, 2013, 1:24 PM
  2. [CLOSED] Debug mode shows me resource method after updating from svn
    By profitsistemas in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 01, 2013, 4:56 PM
  3. [CLOSED] TreePanel Debug mode problem
    By asztern in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 19, 2010, 12:16 PM
  4. Replies: 2
    Last Post: Oct 05, 2010, 10:29 AM
  5. [CLOSED] intellisense and debug mode.
    By pkellner in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 29, 2008, 4:34 PM

Posting Permissions