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 #1

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?

Actions #2

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).

Actions #3

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)?

Actions #4

Updated by Markus Kummer almost 11 years ago

I do not know if this still exists. Never updated again.

Actions #5

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.

Actions

Also available in: Atom PDF