Bug #53365
closedPagetree not working in Internet Explorer 9 / 10 for 4.5.30
0%
Description
The pagetree does not work for Internet Explorer 9 and 10.
It is shown, but not clickable. Works fine for older versions of IE...
Anyone have an idea on this one?
Thanks!
Jeroen
Updated by Stephan Großberndt almost 10 years ago
Normally the html of the backend should start like this:
<!DOCTYPE html> <html> <head> <!-- TYPO3 Script ID: typo3/backend.php --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>XXX [TYPO3 4.5.39]</title> <meta name="generator" content="TYPO3 4.5, http://typo3.org/, © Kasper Skårhøj 1998-2013, extensions are copyright of their respective owners." /> <meta name="robots" content="noindex,follow" /> <meta http-equiv="X-UA-Compatible" content="IE=8" />
The <meta http-equiv="X-UA-Compatible" content="IE=8" /> should ensure that IE>=9 enters IE8-Compatibility mode. Did you override this in your browser for some reason? Is this meta tag existent in your source of backend.php?
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
I performed a test with TYPO3 4.5.34 and IE 9.0.8112.16421 on Windows 7, and another with 10.0.9200.17357 and the error seems absent; plus, version 4.5 is not under manteinance any longer.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.