-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editing header-fields vs. headers in Text-field #270
Comments
@pxamike If I understand you correctly, this isn't a bug. Technically, a rich text field can contain anything. Best practice would be to leave headers out of the rich text field. I'm marking this as something we should add to the documentation. Integrators should maybe consider disabling headers in rich text fields. |
I have the same issue on 1.9.0 and honestly, it is a bug and not a documentation problem: It happens when you have a textarea in your content element (like the plain TYPO3 "Text"), it changes the appearance of the page and, worst, it makes impossible for example to edit the whole content element itself. |
@mabolek I think you didn't understand correctly.
And the screenshot shows definitely that the <div data-field="bodytext" ...>
<div>
<h1 class>...</h1>
<div data-field="header" ...><!-- h1 content (content header) --></div>
<div data-field="bodytext" ...>
...
</div>
</div>
</div> But the configuration was wrong as i can see on the first |
The screenshot shows a content elements of type Text. The first header is in the Header-field, the second header is in the Text-field.
In frontend-editing (tested in 1.3.0), the div with contenteditable appears after the h1-tag instead of inside. The effect of this is that it's not really clear that it's a header that you are editing.
The text was updated successfully, but these errors were encountered: