Actions
Bug #18400
closedopendocs cause JS-Error in IE
Start date:
2008-03-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
IE behave different, the resize-event is called after loading, not in FF.
var ownWidth = this.menu.getWidth();
causes the JS-Error in IE, changed to this will solve it:
var ownWidth = $(this.menu).getWidth();
Patch is attached
(issue imported from #M7794)
Files
Updated by Jeff Segars over 16 years ago
Committed to the 4.2 branch. Thanks Steffen!
Actions