Actions
Bug #24705
closedLinks to CEs not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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)
Actions