Bug #29527
closedUnable to create a link that looks like only a domainlink but links to the domain with parameters
100%
Description
If I am working in IE and I try to make a link to http://www.google.com/?q=Typo3 and i want show it as www.google.com, this won't work.
To do this, I enter the url in the RTE "www.google.nl" and hit a key. After hitting any key, the RTE changes it automaticly to a link. At this moment I select modify link and change the destination to http://www.google.nl/?q=Typo3.
To my surprise the link in the text also changes to http://www.google.com/?q=Typo3. What I expected was that it stays at www.google.com.
In Firefox this works as expected.
This happens in TYPO3 4.4 branch and 4.5 branch
Updated by Stanislas Rolland over 13 years ago
Looks like a duplicate of #25464: RTE overwrites link text in IE
But in IE, the RTE does not control the automatic recognition of links. It is an IE feature...
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I6f41dd2e43a64726e48dc3c714c7cfe89bbc860a has been pushed to the review server.
It is available at http://review.typo3.org/4863
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ic1ed947206aa756296c25d4e3f9c40b9fc1e26e5 has been pushed to the review server.
It is available at http://review.typo3.org/4864
Updated by Stanislas Rolland over 13 years ago
- Status changed from New to Under Review
- Assignee set to Stanislas Rolland
- Target version set to 4.5.6
- PHP Version set to 5.3
Please test this patch: http://review.typo3.org/4864
Clear the RTE cache using the BE Clear cache menu after applying the patch.
The patch will make it possible to change the href of the link without IE changing the text of the link.
Updated by Stanislas Rolland over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2bf377ee819821d8fe7dbe01bed7b9e398db6862.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed