Bug #19841
closed
Backend not usable in Internet Explorer anymore
Added by Oliver Hader almost 16 years ago.
Updated over 14 years ago.
Description
In Internet Explorer 7 the TYPO3 Backend is not usable anymore due to JavaScript errors. Clicking a module in the left navigation has no result.
This behaviour was introduced in Trunk rev. 4645 for issue #19152
(issue imported from #M10167)
Files
IE6 is also affected. I just switched the file backend.php back to rev4644 and IE is up and working again. So the bug is somewhere in the changes in backend.php.
Uploaded a patch that fixes it for me in IE7 at least. Please test.
committed patch to trunk.
I let the BT entry open until one left error is fixed as it's not clear if it's related, error message is: "Object required" on line 3777
in my case it says on line '3789' character 7 (IE6 with current trunk - so with applied patch of this BT entry).
And the "user admin" and "log" modules are broken in IE6. The content is visible for about 0.5 seconds and then it disappears (maybe a CSS issues or related to the JS resizing). Those two mentioned modules also have a little bit different layout then others - meaning that there is a 4px offset around the whole frame - it's maybe related to the cause of that.
I checked with 4_2 and it doesn't occur there, so we can concentrate on changes in trunk. (also the module errors)
Works for me now. A extension which xclassed the backend has broken the last revisions for me. But this is fixed now.
error message is: "Object required" on line 3777
This error happens in sizemanager (typo3/js/sizemanager.js)
When i comment it out, error is gone. But i don 't see the reason for the error
Also available in: Atom
PDF