Project

General

Profile

Actions

Bug #18400

closed

opendocs cause JS-Error in IE

Added by Steffen Kamper over 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

7794_opendocs_ie_jserror.diff (522 Bytes) 7794_opendocs_ie_jserror.diff Administrator Admin, 2008-03-09 13:46
Actions #1

Updated by Jeff Segars over 16 years ago

Committed to the 4.2 branch. Thanks Steffen!

Actions

Also available in: Atom PDF