Project

General

Profile

Actions

Bug #15198

closed

Link transformation issue

Added by Dimitrij Denissenko about 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-11-12
Due date:
% Done:

0%

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

Description

If I have a bold (or italic) text passage and I "add a link" to a single word, the whole passage will be stored in DB like:
<span style="font-weight: bold;">this passage </span>
<LINK 123><span style="font-weight: bold;">links</span></LINK>
<span style="font-weight: bold;"> to page 123</span>

That seems to be right, but the opposite happens, when I try it the other way round. If I create the link first and style the passage "bold" then the DB entry looks like this:
<span style="font-weight: bold;">this passage </span>
<a style="font-weight: bold;" href="?id=123">links</a>
<span style="font-weight: bold;"> to page 123</span>

In FE (particularly if you use simulateStaticDocuments) the link cannot be displayed correctly.

(issue imported from #M1843)


Files

Actions

Also available in: Atom PDF