Project

General

Profile

Actions

Bug #14936

closed

Wrong link-generation

Added by Sebastian Widmann almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-08-22
Due date:
% Done:

0%

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

Description

If I create a link in the backend, using the RTE and the link contains a <title>-Tag, then Typo3 generates a wrong link (simulate static documents is turned on).

Example:
Link in RTE:
<a href="http://lala.de/?id=45&quot; title="test">test</a>

=> Link in Typo3:
http://lala.de/home.html?id=45

(issue imported from #M1395)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #15100: typolink should support the title attributeClosedJan-Erik Revsbech2005-10-18

Actions
Actions #1

Updated by Michael Stucki almost 19 years ago

I cannot reproduce this.

I have created A tags and LINK tags, with the RTE and without it.

Can you please provide an example?

(When pasting HTML code in here, make sure that the bugtracker doesn't eat your tags!)

Actions #2

Updated by Sebastian Kurfuerst almost 19 years ago

Hi,
it would be great if you could provide an example or more information on this. Thanks :) Sebastian

Actions #3

Updated by Sebastian Widmann almost 19 years ago

Hi!

I use rtehtmlarea and simulate static documents. When I insert a content element on a page "home.html", and than I insert a Link to a subpage (ID=50), everything works fine and the generated link is 50.html. When I insert a Link to a subpage with a title-tag (ID=50), the generated Link is home.html?id=50. If the page has the name "start.html", the generated link is start.html?id=50.

An example:
<p><a
href="http://site.de/?id=50">Link without
title-tag</a></p><br>
<p><a title="Test"
href="http://site.de/?id=50" rtekeep="1">Link without
title-tag</a></p>

Maybe you understand the problem now. It's a bit tricky to describe.

Actions #4

Updated by Sebastian Widmann almost 19 years ago

The bugtracker ate my tags :) How can I paste HTML-Code correctly?

Actions #5

Updated by Sebastian Widmann almost 19 years ago

There is also a problem with mail-links and the title-tag. If I create a mail-link with a title tag (<p><a title="Title" href="mailto:" rtekeep="1"></a></p>) and have an enabled spam-protection, Typo3 ignores all mail-links with title-tags.

Actions #6

Updated by Peter Niederlag over 18 years ago

can not be reproduced. title attribute is officially supported by the link (typolink) tag as og 4.0.
problem should be gone as far as our test show.

Actions

Also available in: Atom PDF