-
8 Feb 2013 8:29 AM #1
Architect 2: Adding "renderTo" config causes blank surface
Architect 2: Adding "renderTo" config causes blank surface
Architect Build:
- Build: 678
- ExtJS 4.1.x
- 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.
- Add a new view of type Window
- Create a custom config named 'renderTo' and enter a component id
- Switch to Design mode
- No visual change, Window visible in designer
- Window disappears and all other views are not rendered in the designer either
- In the controller function that opens the window, specify the renderTo configuration during the creation of the component.
renderTo: 'otherId'
}).Show();
Operating System:- Win8
-
8 Feb 2013 11:23 AM #2
Thanks for the bug report, this has been fixed in our next minor release 2.2.
Aaron Conran
@aconran
Sencha Architect Development Team
This issue duplicates another issue.


Reply With Quote