Ticket #5363: 5363.patch

File 5363.patch, 1.2 KB (added by Garry Yao, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    311311                                                iframe = CKEDITOR.dom.element.createFromHtml( '<iframe' +
    312312                                                        ' style="width:100%;height:100%"' +
    313313                                                        ' frameBorder="0"' +
     314                                                        ' title="' + frameLabel + '"' +
    314315                                                        // With FF, the 'src' attribute should be left empty to
    315316                                                        // trigger iframe's 'load' event.
    316317                                                        ' src="' + ( CKEDITOR.env.gecko ? '' : 'javascript:void(function(){' + encodeURIComponent( srcScript ) + '}())' ) + '"' +
  • _source/plugins/panel/plugin.js

     
    288288                if ( blockDefinition )
    289289                        CKEDITOR.tools.extend( this, blockDefinition );
    290290
     291                if ( !this.attributes.title )
     292                        this.attributes.title = this.attributes[ 'aria-label' ];
     293
    291294                this.keys = {};
    292295
    293296                this._.focusIndex = -1;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy