[BUGFIX] Custom HTML tags no longer malformed in IE
Custom HTML tags would get malformed while editing in IE. If a tag is not present in HTML4 and the document mode of IE is lower than IE9 Standards, then the tag is not present in the DOM and not parsed correctly. This is fixed by specifying possible custom tags in TSconfig and creating dummy instances of the tags before loading the contents in the DOM, also known as the Shiv trick. Change-Id: Ie9ee09947a88dd73f92c0330f5d0c15609a7efb3 Fixes: #34786 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/9743 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
Showing
- typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php 9 additions, 1 deletiontypo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php
- typo3/sysext/rtehtmlarea/doc/manual.sxw 0 additions, 0 deletionstypo3/sysext/rtehtmlarea/doc/manual.sxw
- typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js 16 additions, 2 deletionstypo3/sysext/rtehtmlarea/htmlarea/htmlarea.js
Please register or sign in to comment