Project

General

Profile

Actions

Bug #22944

closed

JS errors prevent JS based "popups" from working in IE

Added by Jo Hasenau over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-06-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There are some wizards that used to open in a real popup window which are opened as a layer via JS now to avoid the popup. (.i.e. the RTE link wizard)

While opening there will be a JS error like "this.west.el is null or not an object" which results in a blocked wizard.

The solution can be found in the attached patch, which is moving the check from this.west (and others) to the this.west.el level before anything will be applied to the elements.
(issue imported from #M14800)


Files

ext.resizable.js.patch (1.02 KB) ext.resizable.js.patch Administrator Admin, 2010-06-21 10:22
Actions #1

Updated by Steffen Kamper over 14 years ago

Committed to svn
4_3 rev 8013
trunk rev 8014

Actions

Also available in: Atom PDF