Actions
Bug #15131
closedsimulateStaticDocuments = 1 and Typo3Browser for Link insertion
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
when i insert a link via rte to another page in the same tree, the resulting accessibility enhanced link in FE has an href="?id=123" instead of a nice alias like href="contact.html".
so i searched the .js files of htmlarea how these links are generated.
i've found the js function
function link_typo3Page(id,anchor)
{
....
}
which triggers
editor.renderPopup_addLink(theLink,cur_target,cur_class,cur_title);
and then htmlarea creates the link always with ?id=123 instead of /contact.html
ps: stanislas your htmlarea integration ROCKS.
(issue imported from #M1695)
Actions