Bug #24705
closedLinks to CEs not working
0%
Description
Links to CEs are not working in Typo3 4.4.6, htmlarea 2.0.7.
In the rendered page the <a id="c12345"></a> part is missing before the linked CE.
I did an upgrade from 4.2.17 to 4.3.10 first and then the one to 4.4.6.
In 4.2.17 it was working properly. I don't know if it was working in 4.3.10.
This is true for links that existed before the upgrade as well as with new created links after the update.
FE Output 4.2.17:
<a id="c11770"></a><div class="ceWrap">
<table class="contenttable"><tbody><tr><td width="100"><p class="bodytext">Text</p></td><td><p class="bodytext">Text</p></td></tr></tbody></table>
</div>
FE Output 4.4.6:
<div class="ceWrap">
<table class="contenttable"><tbody><tr><td width="100"><p class="bodytext">Text</p></td><td><p class="bodytext">Text</p></td></tr></tbody></table>
</div>
Links to pages work as expected.
(issue imported from #M17192)
Updated by Stanislas Rolland almost 14 years ago
The link produced by the RTE is correct, I suppose...
The issue would be a content-rendering issue.
I don't think that there should be an anchor. But the div of the content element should have an id="c11770".
Is css_styled_content correctly installed and running with 4.4 compatibility?
Updated by Markus Kummer almost 14 years ago
The compatibility version is set to 4.4.
The css_styled_content extension is installed and running (include static from extensions in the root template).
Updated by Alexander Opitz almost 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.4
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
Updated by Markus Kummer almost 11 years ago
I do not know if this still exists. Never updated again.
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to Closed
Ok, thanks for helping.
I'll close for now this issue. Please report a new issue if you get a the problem again.