Project

General

Profile

Bug #21445 » rtehtmlarea_bugfix_15415_trunk.patch

Administrator Admin, 2010-08-27 03:33

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
initStyleChangeEventListener: function () {
if (this.isNested && !Ext.isWebKit) {
var options = {
single: true,
stopEvent: true
};
if (Ext.isGecko) {
......
this.getToolbar().update();
}
}
this.initStyleChangeEventListener();
},
/*
* Get the HTML content of the iframe
(2-2/2)