Project

General

Profile

Actions

Bug #19576

closed

URL parameters cause RTE error

Added by Christopher W almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-11-05
Due date:
% Done:

0%

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

Description

Pasting a url with parameters into the RTE's view HTML source mode or by setting a link by external url via the Element Browser will cause the the RTE to report the url as invalid after saving. Removing the url parameters will not invoke the error.

url before save:
<p>
<a href="http://localhost/gburg/?id=1487&card=2&title=Wisdom&quot; target="_top" title="Wisdom eCard"><img src="fileadmin/local/ecards/card2sm.jpg" style="width: 175px; height: 132px;" alt="Wisdom eCard" /></a>
</p>

url after save as displayed in the RTE view HTML Source:
<p>
<a href="http://localhost/gburg/?id=1487&card=2&title=Wisdom&quot; target="_top" title="Wisdom eCard" rteerror="No page found: 0" style="border: 2px solid red; background-color: yellow; color: black;"><img src="http://localhost/gburg/fileadmin/local/ecards/card2sm.jpg&quot; style="width: 175px; height: 132px;" alt="Wisdom eCard" /></a>
</p>

as rendered on the page after save:
<p>
<img src="fileadmin/local/ecards/card2sm.jpg" style="width: 175px; height: 132px;" alt="Wisdom eCard">
</p>

url that does not produce error:
<p>
<a href="http://localhost/gburg/?id=1487&quot; target="_top" title="Wisdom eCard"><img src="fileadmin/local/ecards/card2sm.jpg" style="width: 175px; height: 132px;" alt="Wisdom eCard" /></a>
</p>

Reproducible in FF 3.0.3 and Safari 3.1.2. Not tested in anything else. Attached is a file containing the Page TSConfig.
(issue imported from #M9743)


Files

RTE config.ts.zip (4.05 KB) RTE config.ts.zip Administrator Admin, 2008-11-05 23:18

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #19706: Internal links with additional parameters "destroyed" when saving content-elementsClosed2008-12-17

Actions
Is duplicate of TYPO3 Core - Feature #15736: In RTE htmlArea, unable to do an internal link with several parametersClosedStanislas Rolland2006-02-27

Actions
Actions #1

Updated by Stanislas Rolland almost 16 years ago

Well, your link is not external.

This is a duplicate of issue #2714 and is fixed in svn trunk (for inclusion in TYPO3 4.3).

In TYPO3 4.3, you will be able to enter your query parameters on the Page tab of the link dialogue. This cannot be fixed in earlier releases because it changes the interface of the link dialogue and is considered a feature.

Actions #2

Updated by Stig Nørgaard Færch over 15 years ago

So I cannot make an internal link parameters with the RTE on 4.1.x at all?

Actions #3

Updated by Stanislas Rolland over 15 years ago

Exactly.

Actions

Also available in: Atom PDF