Bug #72735
closedMissing anchors in TYPO3 7.6
100%
Description
The typoscript for core extensions "form" and "felogin" defines the plugins like CSC (css_styled_content).
When using FSC (fluid_styled_content), the wrapped container setting the uid of the cObj as id is missing.
Therefore the anchor does not work any more for this cObjs.
For both extensions there should exist different static typoscript templates for both rendering engines.
For "form" this could be easily done by just adding a second static template one for FSC.
But "felogin" has only a typoscript preset in EXT:felogin/ext_typoscript_setup.txt. Changing this by replacing this with two extension templates will result in having a breaking change. The only solution would be to define an additional static extension template for FSC which will replace and override the default template. Not nice, but for me the only solution to prevent breaking the old behaviour.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from New to Closed
- Assignee deleted (
Benni Mack) - Target version deleted (
next-patchlevel)
I guess that it is safe to close this one for now: as far as I know it happens with fluid_styled_content only in version 7.6 and it will not be fixed for that version (it is in priority bugfix mode).
If you think that this is the wrong decision or there is still work to be done, please reopen it or open a new issue with a reference to this one