Bug #45595
closed
Can you disable the compression (e.g. with BE|debug in Install Tool)? That should give you a better reable version and a hint where this bug really is.
Mind that BE|debug will break the CSS in IE.
[BE][debug] results in exactly the same error, only filename and path changes from
typo3conf/compressor/prototype-95ab4563f841d139fe8705d1d5a55e8a.js
to
typo3/contrib/prototype/prototype.js
I just copied typo3/js/clearcachemenu.js from 4.5.22 to the 4.5.23 sources and it worked again for IE8, but results in blank page in IE9 (as expected)
- Status changed from New to Accepted
- Status changed from Accepted to Needs Feedback
please remove typo3temp content and recheck with really removed IE caches. I can't reproduce it here
i just did a clean install (vm with win7, xampp and typo3_src+dummy-4.5.23). IE8 version is 8.0.7600.16385 and even with this setup cached files remain in typo3conf after choosing "clear all caches".
The environment I tested in first was with strict antivirus (which I can't turn off) and stuff so I decided to do that clean install (other machine without antivirus and stuff, clean windows).
I can confirm the error and wonder, why my patch was even backported to 4.5 and 4.6
These versions ship with
<meta http-equiv="X-UA-Compatible" content="IE=8" />
so there was nothing to fix for IE > 8, since prototype works "fine" in this mode.
All reports were only mentioning 4.7 and 6.0
IE8 fails to pass the event information to the click handler and thus the clearCache function can not determine the element that was clicked.
The attached patch seems to fix the issue again and fetches the event information from the window object if it is not passed to the click handler.
- Status changed from Needs Feedback to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
The patched line
event = event || window.event;
is not present in the current 4.5.25 and 4.7.10 release. Will it be included in 4.5.26 / 4.7.11?
Only the changelog of TYPO3 6.1 includes "[BUGFIX] Clearing cache from toolbar fails in IE8".
In (at least) Internet Explorer 9 and 10 clearing the cache currently does not work (X-UA-Compatible" content="IE=8" is set). In 4.5 nodeType-Javascript-Error, in 4.7 white page.
As the change is already in the current version masters you could either checkout them or wait until the next release announcement.
- Status changed from Resolved to Closed
Also available in: Atom
PDF