Project

General

Profile

Actions

Bug #35675

closed

Linking a written URL to another link not possible in Internet Explorers

Added by Tizian Schmidlin over 12 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2012-04-04
Due date:
% Done:

0%

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

Description

If you have a long URL such as "www.xyz.com/abcdefg/hijk" and you want to link this URL using a linktext which consists of the domain only, RTE will always change the written linktext to the target behind.

Example:

1: I write www.xyz.com in RTE
2: Due to the fact that this is a URL, it is automatically linked
3: Now I highlight the whole URL and edit the link, changing the link target to "www.xyz.com/abcdefg/hijk"
4: What happens now is that the target changes as intended, but also the linktext changes.

Final HTML code:
<a href="www.xyz.com/abcdefg/hijk&quot;&gt;www.xyz.com/abcdefg/hijk&lt;/a>

Intended HTML code:
<a href="www.xyz.com/abcdefg/hijk&quot;&gt;www.xyz.com/&lt;/a>

This happens in Internet Explorer browsers. In Firefox, this works well.

Cheers

Actions #1

Updated by Stanislas Rolland over 12 years ago

  • Project changed from 1947 to TYPO3 Core
Actions #2

Updated by Stanislas Rolland over 12 years ago

  • Category set to RTE (rtehtmlarea + ckeditor)
  • TYPO3 Version set to 4.5
Actions #3

Updated by Tizian Schmidlin almost 12 years ago

Has this been corrected in the newer versions or will this be corrected in newer versions?

Actions #4

Updated by Wouter Wolters almost 10 years ago

  • Status changed from New to Needs Feedback
  • Is Regression set to No

Still a problem in 6.2 of higher?

Actions #5

Updated by Frederic Gaus almost 10 years ago

I can confirm this but on current master

Actions #6

Updated by Frederic Gaus almost 10 years ago

  • Status changed from Needs Feedback to Accepted
Actions #7

Updated by Riccardo De Contardi over 8 years ago

Still present in both 6.2.19 and 7.6.5 (tested with IE11)

Actions #8

Updated by Jigal van Hemert over 8 years ago

  • Assignee set to Jigal van Hemert

Also a problem in Edge.

Actions #9

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47708

Actions #10

Updated by Gerrit Code Review over 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47708

Actions #11

Updated by Gerrit Code Review over 8 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47708

Actions #12

Updated by Wouter Wolters over 7 years ago

  • Status changed from Under Review to Rejected

Abandoned. Will not happen on master anymore. If you still need this fixed please create a PR on GitHub https://github.com/FriendsOfTYPO3/rtehtmlarea

Actions

Also available in: Atom PDF