Ticket #7745: 7745_test.patch

File 7745_test.patch, 1.3 KB (added by Garry Yao, 13 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    523523                                                iframe = CKEDITOR.dom.element.createFromHtml( '<iframe' +
    524524                                                        ' style="width:100%;height:100%"' +
    525525                                                        ' frameBorder="0"' +
    526                                                         ' title="' + frameLabel + '"' +
     526//                                                      ' title="' + frameLabel + '"' +
     527                                                        ' aria-label="' + frameLabel + '"' +
    527528                                                        ' src="' + src + '"' +
    528529                                                        ' tabIndex="' + ( CKEDITOR.env.webkit? -1 : editor.tabIndex ) + '"' +
    529530                                                        ' allowTransparency="true"' +
     
    991992                                                                                '<html dir="' + config.contentsLangDirection + '"' +
    992993                                                                                        ' lang="' + ( config.contentsLanguage || editor.langCode ) + '">' +
    993994                                                                                '<head>' +
    994                                                                                         '<title>' + frameLabel + '</title>' +
     995//                                                                                      '<title>' + frameLabel + '</title>' +
    995996                                                                                        baseTag +
    996997                                                                                        headExtra +
    997998                                                                                '</head>' +
     
    11361137                                {
    11371138                                        var title = editor.document.getElementsByTag( 'title' ).getItem( 0 );
    11381139                                        title.data( 'cke-title', editor.document.$.title );
    1139                                         editor.document.$.title = frameLabel;
     1140//                                      editor.document.$.title = frameLabel;
    11401141                                });
    11411142
    11421143                        editor.on( 'readOnly', function()
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy