Bug #38300
closedIE9 can not insert links any more
100%
Description
Inserting links in IE9 does not work anymore since 4.7.1
This problem is caused because the inRange-method of the range object is not supported any more here.
As a workaround a replaced all occurrences of (!Ext.isIE) with (!Ext.isIE || Ext.isIE9)
in typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js and removed the temp compressor-files.
288c288
< if (!Ext.isIE || Ext.isIE9) {
---
if (!Ext.isIE) {
319c319
< if (!Ext.isIE || Ext.isIE9) {
---
if (!Ext.isIE) {
414c414
< if (!Ext.isIE || Ext.isIE9) {
---
if (!Ext.isIE) {
Updated by Chris topher over 12 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- TYPO3 Version set to 4.7
Updated by Oliver Hader over 12 years ago
- Priority changed from Should have to Must have
- Target version set to 4.7.2
- PHP Version set to 5.3
Updated by Stanislas Rolland over 12 years ago
- Assignee set to Stanislas Rolland
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12423
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12424
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8d2dcc13638f6e391b6e59f3bae657adfd884500.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed