Bug #23109
closed
Switch workspace no reload pages frame with IE
Added by Julien Carvalho over 14 years ago.
Updated about 6 years ago.
Description
With IE and typo3 4.3.3, when we switch to an another worspace (live to other bu exemple), the pages frame is not reload.
(issue imported from #M15014)
Files
IE has some trouble with the js that is executed after the workspace is switched. Please test my patch, worked fine for me on current trunk and 4.4.0, probably the same in 4.3.3
The button to toggle the frontent preview has the same problem. When clicked, there is no visual feedback in the dropdown menu.
Since this is the same error in the same file, here is v2 of the patch.
Andreas, thanks for the patches. Does that mean, that JavaScript chaining did not work in Internet Explorer in this case (e.g. object.get().fill().action())?
No, it shouldn't be the chaining. IE6 lost the reference to the "event" and so the js code in the success handler for and after calling "Event.element(event)" was not executed. IE7 and 8 worked for me without the fix.
I have adjusted the patch for 4.3 trunk since there were quite some changes for 4.4.
trunk rev 8528
4-4 rev 8529
4-3 rev 8530
- Status changed from Resolved to Closed
Also available in: Atom
PDF