Actions
Bug #30631
closedRTE doesn't allow to create links around images in IE8
Status:
Closed
Priority:
Must have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2011-10-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you have images in your RTE, IE8 users cannot link this image to other pages. The browse_links popup opens up, but when clicking on any page in the tree, the tree just reloads and we have javascript error in the console (property or method not supported), pointing to the range.getBookmark() method here:
HTMLArea.Editor.prototype.getBookmark = function (range) {
return range.getBookmark();
};
Updated by Chris topher about 13 years ago
- Target version changed from 4.5.7 to 4.5.8
Updated by Stanislas Rolland about 13 years ago
- Assignee set to Stanislas Rolland
- PHP Version set to 5.3
Updated by Mr. Hudson about 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 of change I101ce32a9319a020fe72df237f10b9146313e18b has been pushed to the review server.
It is available at http://review.typo3.org/6616
Updated by Stanislas Rolland about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f64f529375eee09d2df7a45b0e8520678848905d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions