1. #1
    Ext JS Premium Member
    Join Date
    Apr 2010
    Posts
    210
    Vote Rating
    4
    Christiand is on a distinguished road

      0  

    Default how to: debug Layout run failed

    how to: debug Layout run failed


    Just trying the new 4.2rc and much of my application just don't load (upgrade from 4.13)

    On the initial load, I have a bunch of "Layout run failed". What is causing this and how to debug / fix this ?

  2. #2
    Sencha - Ext JS Dev Team dongryphon's Avatar
    Join Date
    Jul 2009
    Posts
    1,033
    Vote Rating
    57
    dongryphon is a jewel in the rough dongryphon is a jewel in the rough dongryphon is a jewel in the rough

      0  

    Default


    Can you run your app inside the page analyzer example? It can capture all the details of the layout runs and I could look at the data it produces.

    That example is just a page with an iframe so you would need to host the example on your server for it to work. It is discussed here - http://www.sencha.com/blog/optimizin...d-applications
    Don Griffin
    Ext JS Development Team Lead

    Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue

    "Use the source, Luke!"

  3. #3
    Ext JS Premium Member
    Join Date
    Apr 2010
    Posts
    210
    Vote Rating
    4
    Christiand is on a distinguished road

      0  

    Default


    Excellent. The page Analyser load fine. I'll need to dig into this to find what's wrong. I'll report back if there is anything interesting.