Actions
Bug #14893
closedtitle attribute for links
Status:
Closed
Priority:
Should have
Assignee:
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