Actions
Bug #87896
closedRTE HTMLArea not working anymore with Google Chrome 73
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2019-03-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since the installation of Google Chrome 73 the RTE HTMLArea is not working anymore. Tested it in several TYPO3 installation - all of them 7.6.
There are errors in the dev console and the editor is showing its frame but instead of the content just:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head></head><body></body></html>
The dev console shows:
RTE[][HTMLArea::init]: Editor url set to: sysext/rtehtmlarea/ HTMLArea.js?bust=dce2901957163abb08ea0e5139f5683f5eda68be:120 RTE[][HTMLArea::init]: Editor content skin CSS set to: sysext/rtehtmlarea/Resources/Public/Css/Skin/htmlarea-edited-content.css?1533024635 HTMLArea.js?bust=dce2901957163abb08ea0e5139f5683f5eda68be:120 RTE[data_tt_content__6__bodytext_][HTMLArea.Iframe::createHead]: Iframe baseURL set to: https://www.domain.com/typo3/ HTMLArea.js?bust=dce2901957163abb08ea0e5139f5683f5eda68be:120 RTE[data_tt_content__6__bodytext_][HTMLArea.Iframe::createHead]: Skin CSS set to: https://www.domain.com/typo3/sysext/rtehtmlarea/Resources/Public/Css/Skin/htmlarea-edited-content.css?1533024635 HTMLArea.js?bust=dce2901957163abb08ea0e5139f5683f5eda68be:120 RTE[data_tt_content__6__bodytext_][HTMLArea.Iframe::createHead]: Content CSS set to: https://www.domain.com/fileadmin/template/css/rte.css?1511775486 HTMLArea.js?bust=dce2901957163abb08ea0e5139f5683f5eda68be:120 RTE[data_tt_content__6__bodytext_][HTMLArea.Editor::onFrameworkReady]: Editor ready.
Actions