Actions
Bug #17852
closedStrange layout for header N except the first one (Safari)
Start date:
2007-11-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you change the paragraph style from "normal" to eg "header 1" (h1) this works well for the first paragraph in the RTE. For any others the first letter gets an extra style via a span. The span has both a style and a class attribute.
eg
style="font-size: 12px; font-weight: normal; "
class="Apple-style-span"
(issue imported from #M6837)
Updated by Stanislas Rolland almost 17 years ago
Strange indeed. Are you sure you did not apply some font size? I cannot reproduce this behavior.
Is this on Windows? OS X? both?
Updated by Stanislas Rolland almost 17 years ago
Fixed in TYPO3core trunk revision 2862.
Actions