Project

General

Profile

Actions

Bug #15132

closed

simulateStaticDocuments = 1 and Typo3Browser for Link insertion

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

Status:
Closed
Priority:
Should have
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 #M1696)


Related issues 3 (0 open3 closed)

Has duplicate TYPO3 Core - Bug #15131: simulateStaticDocuments = 1 and Typo3Browser for Link insertionClosed2005-10-20

Actions
Is duplicate of TYPO3 Core - Bug #15192: internal links do not work with simulateStaticDocumentsClosed2005-11-09

Actions
Has duplicate TYPO3 Core - Bug #16142: Popup-Problem wenn Text im Title-Feld stehtClosedStanislas Rolland2006-05-11

Actions
Actions

Also available in: Atom PDF