Actions
Bug #22944
closedJS errors prevent JS based "popups" from working in IE
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
Updated by Steffen Kamper over 14 years ago
Committed to svn
4_3 rev 8013
trunk rev 8014
Actions