Bug #18006
closed
Page tree is not working in IE6/IE7
Added by Mads Brunn almost 17 years ago.
Updated over 14 years ago.
Description
The page tree is not working properly in IE7!
When I try to expand a subtree (clicking on a "+" icon) nothing happens (but it works when I try to collapse a branch).
Everything works as expected in FireFox.
I haven't tested it in IE6 so I don't know if there is a problem with that version too.
(issue imported from #M7177)
Files
I can confirm this for IE6 and IE7:
Microsoft Script Debugger tells me that line 1368 of prototype.js should be the reason, there's the following:
this.responseText = String.interpret(transport.responseText);
But I don't believe Microsoft and think it's another reason. The same bug occours with IRRE. Maybe a flaw in our new AJAX interface (but I cannot imagine what, except headers or encoding).
The bug was introduced with revision 2878 (rev. 2877 works):
Added #17970: Consistent interface for AJAX calls in the TYPO3 Backend
Yes, but I think that this won't help in this case. As I mentioned, the bug occoured with rev. 2878 and had no problems before.
IE7 and IE6 works for me, but i i have to admit, that i set BE charset to iso8859-1 perhaps it is related to some charset issues.
cheers,
Nikolas
Yepp, this is a charset issue. I'm going to provide a patch for it.
Committed to SVN Trunk (rev. 2920)
Also available in: Atom
PDF