Project

General

Profile

Actions

Bug #14893

closed

title attribute for links

Added by Attila Nyeki over 19 years ago. Updated over 18 years ago.

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

0%

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

Description

Links having titles are stored as static <A> tags in the database, instead of Typo3’s Link tag, eg.:
<a title="Title" href="?id=218#14337">some text</a>
instead of
<LINK 218#14337>some text</LINK>

(I also noticed in htmlArea’s source view the rtekeep="1" attribute which is automatically added after setting the title for a given link.)

Now, statically stored <A> tags are not rendered at all, hence
- I can't use config.simulateStaticDocuments
- I can't make a workable export/import
- I can not use RealURL extension (not tested, just guessing)

(issue imported from #M1328)

Actions #1

Updated by Attila Nyeki over 19 years ago

I knew it will be messed :) maybe this way:
a title="Title" href="?id=218#388" some text /a

Actions #2

Updated by Stanislas Rolland over 19 years ago

This is not a problem of htmlArea RTE.

Typolinks do not support the title attribute. This is why the link is stored as a a-tag.

The fact that the a-tag is not rendered in the front end is a configuration problem. Perhaps the constant styles.content.links.allowTags does not contain the a tag. Please refer to the User list archive.

Actions

Also available in: Atom PDF