Bug #14893
closedtitle attribute for links
0%
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)
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
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.