Project

General

Profile

Actions

Bug #15131

closed

simulateStaticDocuments = 1 and Typo3Browser for Link insertion

Added by svobi over 18 years ago. Updated over 18 years ago.

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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #15132: simulateStaticDocuments = 1 and Typo3Browser for Link insertionClosedStanislas Rolland2005-10-20

Actions
Actions #1

Updated by svobi over 18 years ago

sorry,
dup of 1696

Actions

Also available in: Atom PDF