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
Updated by Stanislas Rolland about 13 years ago
- Status changed from New to Under Review
- Assignee set to Stanislas Rolland
- Priority changed from -- undefined -- to Should have
- Target version set to 4.5.6
- PHP Version set to 5.3
Please test this patch: http://review.typo3.org/4864
Clear the RTE cache using the BE Clear cache menu after applying the patch.
The patch will make it possible to change the href of the link without IE changing the text of the link.
Updated by Stanislas Rolland about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2bf377ee819821d8fe7dbe01bed7b9e398db6862.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions