Project

General

Profile

Actions

Bug #81152

closed

CKEditor breaks links with parameter

Added by Xavier Perseguers almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2017-05-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

How to reproduce

#. Be sure to have CKEditor and not the old rtehtmlarea)
#. Create a standard Text content element
#. Write some text and add a link to it, "external", enter something like http://www.google.ch/?q=whatever&foo=bar
#. Show the source, it is properly HTML encoded and shows href="http://www.google.ch/?q=whatever&foo=bar"
#. Show the page in frontend, link now double-encoded parameter => href="http://www.google.ch/?q=whatever&foo=bar"

See &foo=bar instead of &foo=bar?


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #80985: RTE: External links with & are broken because & converted to & (ckeditor and rtehtmlarea)Closed2017-04-24

Actions
Actions #1

Updated by Xavier Perseguers almost 7 years ago

  • Is duplicate of Bug #80985: RTE: External links with & are broken because & converted to & (ckeditor and rtehtmlarea) added
Actions #2

Updated by Xavier Perseguers almost 7 years ago

  • Status changed from Accepted to Closed

Duplicate of #80985

Actions

Also available in: Atom PDF