FriendsOfTYPO3 / frontend_editing

TYPO3 CMS Frontend Editing
https://friendsoftypo3.github.io/frontend_editing/
102 stars 38 forks source link

When adding a subheader from inline editing <p> tags are added #593

Open MattiasNilsson opened 2 years ago

MattiasNilsson commented 2 years ago

When adding a subheader from inline editing <p> tags are added.

Before adding subheader text and using Modal editing.

Screenshot 2022-01-22 at 10 07 54

Adding text in subheader.

Screenshot 2022-01-22 at 10 07 46

After adding subheader text and using Modal editing.

Screenshot 2022-01-22 at 10 08 16
rbtwt commented 2 years ago

I can confirm that. Also applies to "header".

TYPO3 11.5.9 frontend_editing 3.0.17

kjasker commented 2 years ago

Im my case, under TYPO3 11.5.1 and frontend_editing 3.0.18 the bug also present.

I've noticed that the p-tag is added when editing is started and the placeholder is emptied. When you delete the p-tag by inline-editing, you can work like expected and the p-tag stays removed.