Bug #18006
closedPage tree is not working in IE6/IE7
0%
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
Updated by Oliver Hader almost 17 years ago
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).
Updated by Oliver Hader almost 17 years ago
The bug was introduced with revision 2878 (rev. 2877 works):
Added #17970: Consistent interface for AJAX calls in the TYPO3 Backend
Updated by Ingo Renner almost 17 years ago
How about updating scriptaculous and prototype?
http://script.aculo.us/downloads
http://dev.rubyonrails.org/browser/spinoffs/scriptaculous/CHANGELOG
http://dev.rubyonrails.org/browser/spinoffs/prototype/trunk/CHANGELOG
Updated by Oliver Hader almost 17 years ago
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.
Updated by Nikolas Hagelstein almost 17 years ago
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
Updated by Oliver Hader almost 17 years ago
Yepp, this is a charset issue. I'm going to provide a patch for it.