Bug #14936
closedWrong link-generation
0%
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" title="test">test</a>
=> Link in Typo3:
http://lala.de/home.html?id=45
(issue imported from #M1395)
Updated by Michael Stucki about 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!)
Updated by Sebastian Kurfuerst about 19 years ago
Hi,
it would be great if you could provide an example or more information on this. Thanks :) Sebastian
Updated by Sebastian Widmann about 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.
Updated by Sebastian Widmann about 19 years ago
The bugtracker ate my tags :) How can I paste HTML-Code correctly?
Updated by Sebastian Widmann about 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:test@web.de" rtekeep="1">test@web.de</a></p>) and have an enabled spam-protection, Typo3 ignores all mail-links with title-tags.
Updated by Peter Niederlag almost 19 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.