Ticket #3359: 3359.patch

File 3359.patch, 700 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    192192                                                {
    193193                                                        // Accessibility label for IE.
    194194                                                        var fieldset = CKEDITOR.dom.element.createFromHtml(
    195                                                                 '<fieldset style="height:100%">' +
     195                                                                '<fieldset style="height:100%' +
     196                                                                        ( CKEDITOR.document.$.compatMode == 'BackCompat' ? ';position:absolute' : '' ) +
     197                                                                '">' +
    196198                                                                        '<legend style="position:absolute;top:-1000px">' +
    197199                                                                                CKEDITOR.tools.htmlEncode( accTitle ) +
    198200                                                                        '</legend>' +
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy