Project

General

Profile

Actions

Bug #23310

closed

RTE link-tag rendering completely messed up

Added by Jan Loderhose almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-07-30
Due date:
% Done:

0%

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

Description

RTE produces a bunch of different errors in link generation. These result in
- empty link Tags: <a href="[url]" title="[title]">[nothing here]</a>
- nested link tags <a href="[url]" title="[title]"><a[missing params]>[text here]</a></a>
- missing link params: <a[missing params]>[text here]</a>,
- wrong positioning of the tag: [text here]<a href="[url]" title="[title]">[nothing here]</a>,
- plain text url: <a href="[url]" title="[title]">[nothing here]</a>[url again] and
- split-up tags: <a href="[url]">[first part of the link text]</a><a href="[url]">[second part of the link text]</a><a href="[url]">[third part of the link text]</a>

I cannot relate moste of these results with a particular action that's why I batch-report them here. I can provide some ways to reproduce any of the describet results. Unfortunatelly, the way to produce such an error is not always the same. That's why I report this issue as random. The error occurs frequently making every days editorial work a real burden.

[1] Write some text. Mark it. Click on link-icon and set any kind of link (page,external ...). Mark the link again and enter a title. Update link. View source. Does not always result in an error. If an errror occurs, its is a random instance of the selction given above.

[2] split-up tags: Select the text to be marked as a link. Click on link-icaon. Enter title-text and select the href afterwards to avoid correcting the link-text in a scond step which would lead to [1].

[3] try a random combination of [1] and [2] and accidentally get the expected source code.

TYPO3 4.3.3 and TYPO3 4.3.4 which ships RTE 1.8.11
Tested on up-to-date Windows Vista and up-to-date Windows 7
FF 3.6.8 (Same problem on several predecessors of the near past)
Interent Explorer 7 and 8
(issue imported from #M15299)


Files

error-examples.html (556 Bytes) error-examples.html Administrator Admin, 2010-07-30 10:25

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23837: htmlArea RTE: Links are incorrectly updated in Google ChromeClosedStanislas Rolland2010-10-25

Actions
Actions

Also available in: Atom PDF