Actions
Bug #89649
closedrte_ckeditor: Inline-Style "float" not possible/missing semicolon with images
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2019-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you insert an image in rte_ckeditor and want to set some styles (e.g. margin and float), rte_ckeditor does it with inline-styles (style="float:left; margin: 5px; ...). No problem so far.
But as soon as you save the record, text isn't floating any more – clicking on "show sourcecode" you'll see, that the semicolon (;) is missing aber "float".
So the result is:
style="float:left margin:5px;"
The problem is reproducable and the semicolon is only missing after "float".
Actions