Changeset 15137
- Timestamp:
- 09/04/08 21:05:46 (3 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/layout/StackContainer.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/layout/StackContainer.js
r15036 r15137 99 99 100 100 if(this._started){ 101 dojo.publish(this.id+"-addChild", [child, insertIndex]); 102 101 103 // in case the tab titles have overflowed from one line to two lines 104 // (or, if this if first child, from zero lines to one line) 102 105 this.layout(); 103 104 dojo.publish(this.id+"-addChild", [child, insertIndex]);105 106 106 107 // if this is the first child, then select it … … 129 130 130 131 if(this.selectedChildWidget === page){ 132 console.log("deleting selected child widget"); 131 133 this.selectedChildWidget = undefined; 132 134 if(this._started){