Project

General

Profile

Actions

Bug #17230

closed

links entered in <th>-tag with the RTE are not parsed on the frontend

Added by Gregor Agnes about 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
-
Start date:
2007-04-23
Due date:
% Done:

0%

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

Description

If you insert a link in <th>-tablecells via RTE, it will not be parsed. The Text in the source is the same as in the database (...<link....). In the RTE-Backend everything looks fine.
Links in normal <td>-tablecells are treatened the right way.

Typo3 4.0.5 on Linux
(issue imported from #M5476)


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #19331: links in th tagsClosedMartin Kutschker2008-09-15

Actions
Actions #1

Updated by Stanislas Rolland over 16 years ago

The problem is not related to any RTE.

I think is due to the handling of HTMLtableCells in tslib_content.

Actions #2

Updated by Administrator Admin almost 16 years ago

The problem occurred because of the following line

$colParts = $htmlParser->splitIntoBlock('td',$vv);

in class.tslib_content.php, function parseFunc, line 4163. If you change it to

$colParts = $htmlParser->splitIntoBlock('td,th',$vv);

it works. I think it should be changed in the future releases, too.

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF