Changes between Version 2 and Version 3 of Ticket #14554, comment 2
- Timestamp:
- Jan 4, 2012, 3:10:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14554, comment 2
v2 v3 1 Thanks for the testcase, looks like a bug. 1 Thanks for the testcase, looks like a bug. Probably you can work around by setting Tree.containerNode, ex: 2 3 {{{ 4 <div data-dojo-type=dijit.Tree ...> 5 <script type="dojo/method"> 6 this.containerNode = this.domNode; 7 </script> 8 </div> 9 }}}