Changeset 15017
- Timestamp:
- 03/03/10 16:42:51 (2 years ago)
- Location:
- trunk/Xul_Core/content/scenariCore/widgets/matrix
- Files:
-
- 2 edited
-
matrix.xbl.xml (modified) (1 diff)
-
slotContents.xbl.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml
r15015 r15017 329 329 vBeforeSelected = false; 330 330 if (vIsTabFocused) window.setTimeout(function(pTab){pTab.focus();}, 0, vTab); 331 if (this.fTabsBar) this.fTabsBar.ensureElementIsVisible(vTab); 331 332 } else { 332 333 vClasses.push(vBeforeSelected ? "beforeSelected" : "afterSelected" ); -
trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml
r15015 r15017 126 126 </children> 127 127 </content> 128 < xbl:implementation>128 <implementation> 129 129 <field name="fOptionMnu">document.getAnonymousElementByAttribute(this, "anonid", "optionMnu")</field> 130 130 <method name="showOptionMnu"> … … 136 136 ]]></body> 137 137 </method> 138 </ xbl:implementation>138 </implementation> 139 139 </binding> 140 140 </bindings>
Note: See TracChangeset
for help on using the changeset viewer.