-
27 Jun 2012 5:14 AM #1
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
- 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..
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'
- Node in View has Class 'newValue'
- Node shows on hover an quicktip with text 'newValue' not till the View was refreshed manually
-
27 Jun 2012 7:17 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
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.
This duplicates another bug already reported in our system:
EXTJSIV-6661


Reply With Quote