Actions
Bug #15061
closed0.7.2: Internal link with rtekeep=1
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-10-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Htmlarea generates only internal links with rtekeep=1 after update to 0.7.2.
(issue imported from #M1615)
Updated by Stanislas Rolland about 19 years ago
If you set a title attribute, the link cannot be processed as a typolink and will therefore receive a rtekeep=1 attribute.
In version 0.7.2 with Enable all editor options, a default class is assigned to the link. This class generates also a default title.
If you unset:
RTE.default.classesAnchor.default.page >
then there will be no class assigned to the internal link by default and, in particular, no title set by default.
Or, if you unset:
RTE.classesAnchor.internalLink.titleText >
then no default title will be set.
Actions