Actions
Bug #48802
closedFirefox breaks links in RTE
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-06-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Firefox 20.0.1
Typo3 6.0.6
When editing a content element, internal links gets prepended with "typo3/". After that, reopening the content element throws an error.
Behavior appears in Firefox only, Chrome works fine.
Example after creation:
<link 26 - internal-link "Opens internal link in current window">test</link>
Example after reopening and saving:
<link typo3/26 - internal-link "Opens internal link in current window">test</link>
Files
Actions