This issue duplicates another issue.
  1. #1
    Sencha User
    Join Date
    Sep 2012
    Location
    Port Orange, FL
    Posts
    3
    Vote Rating
    0
    pcazella is on a distinguished road

      0  

    Default Architect 2: Adding "renderTo" config causes blank surface

    Architect 2: Adding "renderTo" config causes blank surface


    Architect Build:
    • Build: 678
    Project Type:
    • ExtJS 4.1.x
    Description:
    • If I add a custom config "renderTo" to a view (Window), the designer surface goes blank and no longer renders any of the views in the project.
    Steps to reproduce the problem:
    • Add a new view of type Window
    • Create a custom config named 'renderTo' and enter a component id
    • Switch to Design mode
    The result that was expected:
    • No visual change, Window visible in designer
    The result that occurs instead:
    • Window disappears and all other views are not rendered in the designer either
    My Workaround:
    • In the controller function that opens the window, specify the renderTo configuration during the creation of the component.
    var win = Ext.Create('MyWindow', {
    renderTo: 'otherId'
    }).Show();

    Operating System:
    • Win8

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,191
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Thanks for the bug report, this has been fixed in our next minor release 2.2.
    Aaron Conran
    @aconran
    Sencha Architect Development Team