Bug #14936
closed
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!)
Hi,
it would be great if you could provide an example or more information on this. Thanks :) Sebastian
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.
The bugtracker ate my tags :) How can I paste HTML-Code correctly?
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.
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.
Also available in: Atom
PDF