Actions
Bug #25464
closedRTE overwrites link text in IE
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2011-03-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
It is in IE not possible to point with a valid link as text to a different link target. The automatic link detection overwrites the linktarget.
Reproduce¶
- create a Regular Text Element
- insert www.mylink.com
- try to point by using the linkwizard with the link at www.mylink.com?id=12389465445
- the linktext will chance from www.mylink.com to www.mylink.com?id=12389465445
- try shorting the linktext to www.mylink.com again
- the link will now point at www.mylink.com instead at www.mylink.com?id=12389465445
Actions