Project

General

Profile

Actions

Bug #83626

open

CKEditor styling: CSS file changes are not visible because of cache handling

Added by Marco H over 6 years ago. Updated about 3 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Start date:
2018-01-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When styling the CKEditor editor (yaml file: editor:config:contentsCss:editor.css), the CSS file is being cached, so no further changes are visible unless I reopen the browser. Deleting typo3temp also did not work.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88369: Ckeditor: customs plugins are not refreshed because of browser cacheClosed2019-05-16

Actions
Actions #1

Updated by Jan Kornblum over 5 years ago

  • Priority changed from Should have to Must have
  • TYPO3 Version changed from 8 to 9
Actions #2

Updated by Benni Mack about 5 years ago

  • Target version changed from next-patchlevel to Candidate for patchlevel
Actions #3

Updated by Rémy DANIEL almost 5 years ago

  • Related to Bug #88369: Ckeditor: customs plugins are not refreshed because of browser cache added
Actions #4

Updated by Rémy DANIEL almost 5 years ago

When ckeditor loads its resources, it adds a "timestamp" parameter to the url of the resource:
This timestamp changes with every version of ckeditor: with ckeditor 4.11.1 it is "?t=IE8A".

But this timestamp is not added for contentsCss.

I think this should be reported in upstream ckeditor.

Loading of contentsCss is done here: https://github.com/ckeditor/ckeditor-dev/blob/4.11.1/core/tools.js#L346 (timestamp not appended to CSS url)
Loading of other resources uses this: See https://github.com/ckeditor/ckeditor-dev/blob/4.11.1/core/ckeditor_base.js#L177 (timestamp appended to resource url)

Actions #5

Updated by David Menzel about 3 years ago

This is still an issue in TYPO3 10.4.14!

I added some new CSS to an CSS file in contentsCss. The changes were not picked up from the BE editor.

After I cleared the browser cache the style was present in the BE.

Actions #6

Updated by Marco H about 3 years ago

  • TYPO3 Version changed from 9 to 10
Actions

Also available in: Atom PDF