Ticket #8446: 3889_8446.patch

File 3889_8446.patch, 823 bytes (added by yiminghe, 12 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    990990                                                                                '<html dir="' + config.contentsLangDirection + '"' +
    991991                                                                                        ' lang="' + ( config.contentsLanguage || editor.langCode ) + '">' +
    992992                                                                                '<head>' +
    993                                                                                         '<title>' + frameLabel + '</title>' +
     993                                            // force to ie7 mode to avoid #3899 #8446
     994                                            (document.documentMode === 8 ? '<meta http-equiv="X-UA-Compatible" content="IE=7" />' : "")
     995                                                                                        +'<title>' + frameLabel + '</title>' +
    994996                                                                                        baseTag +
    995997                                                                                        headExtra +
    996998                                                                                '</head>' +
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy