Project

General

Profile

Actions

Bug #23825

closed

rtehtmlarea creating URL links out of absurd cases

Added by Boris Senker about 14 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2010-11-13
Due date:
% Done:

0%

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

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)

Actions #1

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 >

Actions #2

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...

Actions #3

Updated by Chris topher about 14 years ago

Hi Stan, I can't move the issue, but it's one for you!

Actions #4

Updated by Stanislas Rolland about 14 years ago

Pressing escape after the link is created will unlink.

Actions #5

Updated by Stanislas Rolland about 14 years ago

There is a large intersection between file extensions and top-level domain codes.

Actions #6

Updated by Stanislas Rolland over 13 years ago

  • Category set to RTE (rtehtmlarea + ckeditor)
  • Target version deleted (0)
Actions #7

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)?

Actions #8

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.

Actions

Also available in: Atom PDF