[CLOSED] [Bug] Placing Ext.Net.History in Bin of a Panel produces Uncaught Syntax Unexpected token Error Exception

  1. #1

    [CLOSED] [Bug] Placing Ext.Net.History in Bin of a Panel produces Uncaught Syntax Unexpected token Error Exception

    All it took was this in a Bin of a Panel.
    <ext:History ID="Hist" runat="server" />
    Rendered this:
      "id": "ctl00_cp_ProfP",
      "border": false,
      "cls": "TabBack",
      "flex": 1,
      "autoScroll": true,
      "items": [
        {
      "bin": [
        Ext.History.initEx({
      "id": "ctl00_cp_UserUC_Hist"
    }); /// <== here
      ],
    Last edited by Daniil; Oct 10, 2013 at 4:04 PM. Reason: [CLOSED]
  2. #2
    Thanks for the report, we will fix it but what a sense to place History widget inside Bin?
    Such widget should be added directly to the page
  3. #3
    I only need it when certain user controls are loaded. I thought Bin was appropriate as it's a non-layout control.

    FYI, not urgent..
    Last edited by michaeld; Oct 09, 2013 at 9:56 AM.
  4. #4
    It has been fixed in the trunk.

    Thank you again for the report.

Similar Threads

  1. Replies: 2
    Last Post: Aug 26, 2013, 10:52 AM
  2. BADRESPONSE: Unexpected token <
    By ascsolutions in forum 1.x Help
    Replies: 2
    Last Post: Jan 30, 2013, 1:38 PM
  3. BADRESPONSE: Unexpected token { on calendar control
    By Felixkirathe in forum 2.x Help
    Replies: 1
    Last Post: Apr 17, 2012, 4:07 PM
  4. Replies: 3
    Last Post: Apr 16, 2012, 1:56 PM
  5. [CLOSED] Load failed: Unexpected token <
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 02, 2010, 5:58 PM

Posting Permissions