This duplicates another bug already reported in our system: EXTJSIV-6661
  1. #1
    Ext JS Premium Member
    Join Date
    Sep 2009
    Posts
    79
    Vote Rating
    2
    el.weilando is on a distinguished road

      0  

    Default NodeInterface needs manually refresh of TreeView when changing qtip-attribute

    NodeInterface needs manually refresh of TreeView when changing qtip-attribute


    REQUIRED INFORMATION

    Ext version tested:
    • Ext 4.1 rev 0
    Description:
    • The quicktip after changing the attribute 'qtip' of a nodeInterface in a TreeView is not visible before the corresponding node is refreshed with collapse / expand or an manually TreePanel.getView().refresh().
    • Changes of the iconCls or cls attribute will be visible directly without any refresh or action on the corresponding node..
    Steps to reproduce the problem:

    Code:
            node.set('cls','newValue');
            node.set('qtip','newValue');

    The result that was expected:
    • Node in View has Class 'newValue'
    • Node shows onHover an quicktip with text 'newValue'
    The result that occurs instead:
    • Node in View has Class 'newValue'
    • Node shows on hover an quicktip with text 'newValue' not till the View was refreshed manually

  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


    Thanks for the report.
    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.

Tags for this Thread