Actions
Bug #103152
closedCSS loading does not preserve the order from the YAML configuration.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have multiple css files in YAML configuration and it looks like they're loading in random order. CSS is postprocessed using js fetch(), so there is probability that there is race condition connected with size of CSS files - small file is loading faster so will be before big one.
Actions