-
29 Mar 2012 11:18 PM #1
[4.1 RC1]Add child node to a treenode, the parent node does not display plus sign.
[4.1 RC1]Add child node to a treenode, the parent node does not display plus sign.
Ext version tested:
- Ext 4.1 RC1
- Firefox 11
- Chrome 17
- Add child node to a treenode, the parent node does not display plus sign..
- create a new tree with a root node
- click button to append child node to the root node
- the root node show plus sign
- the root node does not show plus sign
Code:var button=new Ext.button.Button({ id:"button1",renderTo:Ext.getBody(),text:"button1",listeners:{click:function(button,event,options){ treePanel1.getRootNode().appendChild({text:'test'}); }} }); var tree=new Ext.tree.Panel({ id:"treePanel1",height:600,animate:false,root:{text:'abc',children:[],expanded:true},width:200,renderTo:Ext.getBody() });
Screenshot or Video:
-
30 Mar 2012 10:58 AM #2
This has been corrected in the latest release (RC2) Nightly Build.
Regards,
Scott.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote