Project

General

Profile

Actions

Bug #38300

closed

IE9 can not insert links any more

Added by Johannes Pfeiffer almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2012-06-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #38387: Link Class Selection in RTE with IE 7, 8 and 9ClosedOliver Hader2012-06-19

Actions
Actions #1

Updated by Chris topher almost 12 years ago

  • Project changed from 9 to TYPO3 Core
Actions #2

Updated by Chris topher almost 12 years ago

  • Category set to RTE (rtehtmlarea + ckeditor)
  • TYPO3 Version set to 4.7
Actions #3

Updated by Oliver Hader almost 12 years ago

  • Priority changed from Should have to Must have
  • Target version set to 4.7.2
  • PHP Version set to 5.3
Actions #4

Updated by Stanislas Rolland almost 12 years ago

  • Assignee set to Stanislas Rolland
Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Stanislas Rolland almost 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF