Project

General

Profile

Actions

Bug #33504

closed

Form Wizard not loading in IE8

Added by Sebastian Schawohl over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2012-01-27
Due date:
% Done:

100%

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

Description

With Internet Explorer 8, when I want to load the form wizard I get a blank page.

I get two JavaScript errors :

First

Message : Identifier, string or number expected
Line : 2171
Character : 6
in JavaScript compressed file

Lines 2165 to 2175 are (2171 is line 7 below) :

    constructor: function(config) {
        Ext.apply(this, {
            configuration: {
                attributes: {
                    accesskey: '',
                    alt: '',
                    class: '',
                    dir: '',
                    disabled: '',
                    id: '',
                    lang: '',

Second

Message : 'TYPO3.Form.Wizard' is Null or is not an object.
Line : 178
in file /typo3/sysext/form/Classes/Controller/Wizard.php

Line 178 of rendered Wizard.php is :

TYPO3.Form.Wizard.Settings = {

Of course the JavaScript compressed file is included before line 178 as shown in Wizard.php.html file.


Files

Wizard.php.html (45.5 KB) Wizard.php.html Wizard.php HTML code Sebastian Schawohl, 2012-01-27 19:51
compressed.js (299 KB) compressed.js Compressed JavaScript included in Wizard.php Sebastian Schawohl, 2012-01-27 19:51
bug_33504.diff (11.3 KB) bug_33504.diff Sebastian Schawohl, 2012-01-30 14:28
Actions

Also available in: Atom PDF