Bug #65391
closedsection menu with wrong ids on localized pages
0%
Description
If a section menu is rendered on localized pages, the anchors are rendered with the uid of the default content element.
Therefore the content elements are rendered with the uid of the localized content element the anchor links are useless
Updated by Markus Klein over 9 years ago
- Status changed from New to Needs Feedback
This is correct.
Example: * Content Element default language, uid=3 * Content Element language1, uid=4
Rendering the page in the default lang gives you: <div id="c3"...
Rendering the page in language1 gives you: <a id="c3" /><div id="c4"...
The reason for this is, that you might have a link to the Content Element from some other page. This link points to uid 3.
Having these additional anchors ensures that those links do still work, even though you're in a different language now.
Updated by Heiko Kromm over 9 years ago
Hm, the anchor link is not rendered if it is not wrapped by a gridelement.
If I output the dataset the _LOCALIZED_UID is not available.
I will recheck with an empty installation.
Updated by Alexander Opitz about 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.