1. #1
    Ext JS Premium Member
    Join Date
    Feb 2010
    Location
    Vancouver, BC
    Posts
    183
    Vote Rating
    0
    rkim is on a distinguished road

      0  

    Post layout

    layout


    I don't have any complicated layout..
    but anyways..
    I am getting error is this.$cache being undefined when code renders viewport.


    setVisibilityMode: function(mode) {
    this.$cache.data.visibilityMode = mode; => this.$cache is undefined
    return this;
    }

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Can I get a test case to see what the problem is or if it has been fixed?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

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

      0  

    Default


    I believe this has been fixed (at least the symptoms match a recent bug fix), but a test case would be helpful to verify.
    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!"

  4. #4
    Ext JS Premium Member
    Join Date
    Feb 2010
    Location
    Vancouver, BC
    Posts
    183
    Vote Rating
    0
    rkim is on a distinguished road

      0  

    Default


    This seems to be the issue with ManagedIFrame.
    Soon as I remove the MultiDom.js from this plug-in, seem to be okay.
    I will follow up with this issue with the autor.

    Thanks

    http://www.sencha.com/forum/showthre...a2-for-Ext-4.x

    Quote Originally Posted by dongryphon View Post
    I believe this has been fixed (at least the symptoms match a recent bug fix), but a test case would be helpful to verify.