Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
130 stars 86 forks source link

Bug(?): field type "inline (repeating) contains "content" #615

Closed mkoehlersg closed 10 months ago

mkoehlersg commented 10 months ago

TYPO3 v12.4.8 Mask: v8.3.8

I've created a mask element that contains a field type "inline" which contains field type "content".

Bildschirmfoto 2024-01-26 um 11 02 40

I've inserted my new element on a page

Bildschirmfoto 2024-01-26 um 11 15 42

The elements from "content" are visible and editable inside the main content section of a page after saving my element.

Bildschirmfoto 2024-01-26 um 11 03 03

"Element: Text" just appeared above my created mask element "Akkordeon" after saving (the position of created content is pretty random - it could also appear at the top of my page).

Is there a misconfiguration or a bug? Please help! Thanks!

nhovratov commented 10 months ago

@mkoehlersg Please check the colPos value of the nested Content Element. It should be 999. Also check, whether you have disabled the colPos field for the editor. If this is the case, the element will be saved with colPos 0 and everything breaks.

mkoehlersg commented 10 months ago

@nhovratov saved my life! Thank you so much :)