Project

General

Profile

Actions

Bug #65391

closed

section menu with wrong ids on localized pages

Added by Heiko Kromm about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-02-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Markus Klein about 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.

Actions #2

Updated by Heiko Kromm about 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.

Actions #3

Updated by Alexander Opitz almost 9 years ago

What is the state of your recheck?

Actions #4

Updated by Alexander Opitz over 8 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.

Actions

Also available in: Atom PDF