Bug #23109
closedSwitch workspace no reload pages frame with IE
0%
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
Updated by Andreas Kießling over 14 years ago
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
Updated by Andreas Kießling over 14 years ago
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.
Updated by Oliver Hader over 14 years ago
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())?
Updated by Andreas Kießling over 14 years ago
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.
Updated by Andreas Kießling over 14 years ago
I have adjusted the patch for 4.3 trunk since there were quite some changes for 4.4.
Updated by Susanne Moog over 14 years ago
trunk rev 8528
4-4 rev 8529
4-3 rev 8530