Bug #35675
closedLinking a written URL to another link not possible in Internet Explorers
0%
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">www.xyz.com/abcdefg/hijk</a>
Intended HTML code:
<a href="www.xyz.com/abcdefg/hijk">www.xyz.com/</a>
This happens in Internet Explorer browsers. In Firefox, this works well.
Cheers
Updated by Stanislas Rolland over 12 years ago
- Project changed from 1947 to TYPO3 Core
Updated by Stanislas Rolland over 12 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- TYPO3 Version set to 4.5
Updated by Tizian Schmidlin almost 12 years ago
Has this been corrected in the newer versions or will this be corrected in newer versions?
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?
Updated by Frederic Gaus almost 10 years ago
I can confirm this but on current master
Updated by Frederic Gaus almost 10 years ago
- Status changed from Needs Feedback to Accepted
Updated by Riccardo De Contardi over 8 years ago
Still present in both 6.2.19 and 7.6.5 (tested with IE11)
Updated by Jigal van Hemert over 8 years ago
- Assignee set to Jigal van Hemert
Also a problem in Edge.
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
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
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
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