Ticket #5237: 5237.patch

File 5237.patch, 1.6 KB (added by Dekel, 14 years ago)
  • _source/skins/kama/dialog.css

     
    7070.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_title
    7171{
    7272        position: static !important;
    73         unicode-bidi: bidi-override;
    7473}
    7574
    7675.cke_skin_kama .cke_dialog_contents
  • _source/themes/default/theme.js

     
    103103
    104104                                style += "width: " + width + ";";
    105105                        }
    106 
     106                        style += "direction: ", editor.lang.dir, ";";
     107                       
    107108                        var sharedTop           = topHtml && checkSharedSpace( editor, 'top' ),
    108109                                sharedBottoms   = checkSharedSpace( editor, 'bottom' );
    109110
     
    115116                                        ' id="cke_', name, '"' +
    116117                                        ' onmousedown="return false;"' +
    117118                                        ' class="', editor.skinClass, ' cke_editor_', name, '"' +
    118                                         ' dir="', editor.lang.dir, '"' +
    119119                                        ' title="', ( CKEDITOR.env.gecko ? ' ' : '' ), '"' +
    120120                                        ' lang="', editor.langCode, '"' +
    121121                                        ' role="application"' +
     
    167167
    168168                        var element = CKEDITOR.dom.element.createFromHtml( [
    169169                                        '<div class="cke_editor_' + editor.name.replace('.', '\\.') + '_dialog cke_skin_', editor.skinName,
    170                                                 '" dir="', editor.lang.dir, '"' +
     170                                                '" ' +
     171                                                ' style="direction: ', editor.lang.dir, ';"' +
    171172                                                ' lang="', editor.langCode, '"' +
    172173                                                ' role="dialog"' +
    173174                                                ' aria-labelledby="%title#"' +
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy