Project

General

Profile

Actions

Bug #58099

closed

default.css loaded after saving changes

Added by Christoph Lehmann about 10 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2014-04-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I load custom CSS for RTE in the ext_tables.php of an extension

t3lib_extMgm::addPageTSConfig('
        <INCLUDE_TYPOSCRIPT: source="FILE:EXT:my_ext/Configuration/TsConfig/rte.txt">
');

After saving changes to a content element like TEXT the default.css is loaded. Closing the element and reopening it shows my custom styles again.

When i put

<INCLUDE_TYPOSCRIPT: source="FILE:EXT:my_ext/Configuration/TsConfig/rte.txt">

into the TSConfig field on the root page, everything is fine.

Is it a loading sequence problem?

In earlier TYPO3 versions the rtehtmlarea had a debug mode. Was it removed?

Actions

Also available in: Atom PDF