Bug #23825
closedrtehtmlarea creating URL links out of absurd cases
0%
Description
rtehtmlarea creating URL links out of absurd cases. Pressing enter after this line:
tar xvzf ModPython.pm.tar.gz
creates an irritating URL hyperlink (there are no domains with this extension, software belonging to core should be able to recognize it.
Moreover, if you accidentally click on this link in RTE, thinking to turn it off, it will open the link in same window, and there goes the unsaved article to oblivion. Had to revert to last saved few times due to this absurd bug, really irritating.
(issue imported from #M16372)
Updated by Chris topher about 14 years ago
Indeed, I can reproduce this problem.
After pressing enter, the following source is created (spaces added by me):
< p >tar xvzf < a href="http://ModPython.pm.tar.gz" >ModPython.pm.tar.gz< /a >< /p >
Updated by Chris topher about 14 years ago
Some quick test:
After pressing enter a link is created (although it should not be):
tar xvzf ModPython.pm.tar.gz
tar xvzf ModPython.pm.tar
No link is created:
tar xvzf ModPython.pm
=> Seems like the two dots in the name cause the problem...
Updated by Chris topher about 14 years ago
Hi Stan, I can't move the issue, but it's one for you!
Updated by Stanislas Rolland about 14 years ago
Pressing escape after the link is created will unlink.
Updated by Stanislas Rolland about 14 years ago
There is a large intersection between file extensions and top-level domain codes.
Updated by Stanislas Rolland over 13 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- Target version deleted (
0)
Updated by Alexander Opitz over 11 years ago
Hi,
this issue is very old, does it still exists with newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.