Project

General

Profile

Bug #21546 » rtehtmlarea_bugfix_12583_trunk.patch

Administrator Admin, 2010-08-24 05:15

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
if (!stylesAreLoaded) {
this.getStyleSheets.defer(100, this);
HTMLArea._appendToLog('[HTMLArea.Iframe::getStyleSheets]: Stylesheets not yet loaded (' + errorText + '). Retrying...');
if (/Security/i.test(errorText)) {
HTMLArea._appendToLog('ERROR [HTMLArea.Iframe::getStyleSheets]: A security error occurred. Make sure all stylesheets are accessed from the same domain/subdomain and using the same protocol as the current script.');
}
} else {
HTMLArea._appendToLog('[HTMLArea.Iframe::getStyleSheets]: Stylesheets successfully accessed.');
// Style the document body
(2-2/2)