Ticket #6296: ckeditor_3_3.patch

File ckeditor_3_3.patch, 954 bytes (added by Marcos Wright Kuhns, 14 years ago)

A patch for CKEditor 3.3

  • themes/default/theme.

    old new  
    118118                                        ' dir="', editor.lang.dir, '"' +
    119119                                        ' title="', ( CKEDITOR.env.gecko ? ' ' : '' ), '"' +
    120120                                        ' lang="', editor.langCode, '"' +
    121                                         ( CKEDITOR.env.webkit? ' tabindex="' + tabIndex + '"' : '' ) +
    122121                                        ' role="application"' +
    123122                                        ' aria-labelledby="cke_', name, '_arialbl"' +
    124123                                        ( style ? ' style="' + style + '"' : '' ) +
  • plugins/wysiwygarea/plugin.

    old new  
    319319                                                        // for other browers, the 'src' attribute should be left empty to
    320320                                                        // trigger iframe's 'load' event.
    321321                                                        ' src="' + ( CKEDITOR.env.ie ? 'javascript:void(function(){' + encodeURIComponent( srcScript ) + '}())' : '' ) + '"' +
    322                                                         ' tabIndex="' + ( CKEDITOR.env.webkit? -1 : editor.tabIndex ) + '"' +
     322                                                        ' tabIndex="' + editor.tabIndex + '"' +
    323323                                                        ' allowTransparency="true"' +
    324324                                                        '></iframe>' );
    325325
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy