Bug #36364
closedClear all caches with IE9 results in blank page
100%
Description
Selecting "Clear cache" menu in the BE of TYPO3 4.7.0rc2 using Microsoft Internet Explorer 9 results in a redirect and therefore gives a blank page.
Files
Updated by Steffen Ritter over 12 years ago
- Status changed from New to Needs Feedback
I cannot reproduce on any system? Still an issue?
Updated by Frank Krüger over 12 years ago
Yap, still an issue here.
After clicking "Clear all caches" I got a redirected to
http://.../typo3/tce_db.php?vC=0929ab4694&cacheCmd=all&ajaxCall=1&formToken=bdf067e4a1715d09af3fc567e1e0e588174fe2c3
Updated by Michael Stucki over 12 years ago
- Subject changed from 4.7 rc2, Clear all cache with IE9 results in blank page to Clear all caches with IE9 results in blank page
I can reproduce this, might take a look at it later this week...
Updated by Florian Seirer over 12 years ago
I can confirm this in 4.7.1.
Clearing the cache works in all other browsers, including IE8.
Updated by Harald no-lastname-given over 12 years ago
Hello to all!
I can confirm this problem also. (4.7.2)
The problem I have with the IE9
Can it be solved somehow?
Thank you very much
Harald
Updated by Andreas Kießling over 12 years ago
I can confirm too. Tested with 4.7.2 and current git checkout.
Updated by Michael Albers over 12 years ago
Another confirmation. Problem only occurs in IE9 for me using 4.7.2.
Updated by Johannes Hejslet Jørgensen over 12 years ago
Confirmed with 4.7.3. Only in IE9.
Updated by Steffen Gebert over 12 years ago
- Priority changed from Should have to Must have
- Target version changed from 4.7.1 to 4.7.5
Updated by Steffen Gebert over 12 years ago
- Status changed from Needs Feedback to Accepted
Updated by Raphael Zschorsch over 12 years ago
I can also reproduce this error on TYPO3 4.7.4.
Updated by Freddy Kühne over 12 years ago
I can also reproduce this problem on TYPO3 4.7.4 and the final version of IE10 (Windows 8).
Updated by Oliver Schlöbe over 12 years ago
Same here on 4.7.4 on IE9 getting redirected to typo3/tce_db.php?vC=ddecc20f13&cacheCmd=all&ajaxCall=1&formToken=4c282815582849f4e99c4e59b5cafba0d17d0c5f
Getting a bit annoying for editors. :)
Updated by Oliver Schlöbe over 12 years ago
Still remains in TYPO3 4.7.5. Bummer.
Updated by Andreas Kießling over 12 years ago
- File 36364_v1.diff 36364_v1.diff added
The very old version of prototype (1.6.0.3) from 2008 has problems with the changed event handling of IE9.
There are several solutions to that, described e.g. here http://mandagreen.com/prototype-1-6-event-stop-ie9-quick-patch/:
- Update to prototype 1.7, which is a no-go for at least 4.7
- run the backend in IE8 compat mode like 4.5, which also is a no-go
- patch prototype sources, also not an option for the backend usage
- not using prototype event handling for the click events in the menu, but using the native ones. Shouldn't be there more broken modules in IE9 then?
Please test the attached patch (applies to 4.7 and 6.0). I went for option 4. and removed the Event.observe code and replaced it with onclick calls.
IE9 and IE10 in my virtual machines sent out the Ajax request and cleared the cache successfully.
Updated by Daniel Ostmann about 12 years ago
I can confirm this bug for 4.7.7.
Very strange...
Updated by Jigal van Hemert about 12 years ago
- Assignee set to Jigal van Hemert
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17966
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17966
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17971
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at https://review.typo3.org/17972
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17973
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/17974
Updated by Andreas Kießling about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cf0fb912364c13b49fad0405aaec5d9202345690.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed