Project

General

Profile

Bug #24791 » rtehtmlarea_bugfix_17290_typo3_4-5.patch

Administrator Admin, 2011-02-11 06:51

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
options.delay = 50;
}
Ext.each(this.nestedParentElements.sorted, function (nested) {
if (!Ext.isGecko) {
if (!Ext.isGecko && !Ext.isIE) {
options.target = Ext.get(nested);
}
this.mon(
......
} else {
this.ownerCt.textAreaContainer.fireEvent('show');
}
if (Ext.isIE6) {
this.getEditor().setMode(this.getEditor().getMode());
}
this.getToolbar().update();
return false;
}
(1-1/2)