[BUGFIX] RTE cannot run in IE 11+ with ExtJS 3.4.1
Solution: Configure a hook in frontend to add a meta tag just after the head tag whenever rtehtmlarea is in use on the page and the user agent is IE 11+. The meta tag instructs IE to emulate IE 10. Resolves: #56192 Releases: 6.2 Change-Id: Icc81f14c107360a47a34403032e5fe7890f1d784 Reviewed-on: https://review.typo3.org/27776 Reviewed-by: Markus Klein Reviewed-by: Wouter Wolters Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
Showing
- typo3/sysext/rtehtmlarea/Classes/Hook/Frontend/Controller/TypoScriptFrontendControllerHook.php 50 additions, 0 deletions.../Frontend/Controller/TypoScriptFrontendControllerHook.php
- typo3/sysext/rtehtmlarea/Configuration/Hook/Frontend/Controller/ext_localconf.php 8 additions, 0 deletions.../Configuration/Hook/Frontend/Controller/ext_localconf.php
- typo3/sysext/rtehtmlarea/ext_localconf.php 2 additions, 0 deletionstypo3/sysext/rtehtmlarea/ext_localconf.php
Please register or sign in to comment