Project

General

Profile

Actions

Bug #24705

closed

Links to CEs not working

Added by Markus Kummer almost 14 years ago. Updated almost 11 years ago.

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:

&lt;a id=&quot;c11770&quot;&gt;&lt;/a&gt;&lt;div class=&quot;ceWrap&quot;&gt;

&lt;table class=&quot;contenttable&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;100&quot;&gt;&lt;p class=&quot;bodytext&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p class=&quot;bodytext&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;/div&gt;

FE Output 4.4.6:

&lt;div class=&quot;ceWrap&quot;&gt;

&lt;table class=&quot;contenttable&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;100&quot;&gt;&lt;p class=&quot;bodytext&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p class=&quot;bodytext&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;/div&gt;

Links to pages work as expected.

(issue imported from #M17192)

Actions

Also available in: Atom PDF