Bug #21445 » rtehtmlarea_bugfix_15415_trunk.patch
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
|
- « Previous
- 1
- 2
- Next »