Ticket #2349: 2349.patch

File 2349.patch, 1.3 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    6262                        now are shown properly.</li>
    6363                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using the Paste
    6464                        dialogs in IE might insert the content at the start of the editor.</li>
     65                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2349">#2496</a>] Fixed RTL dialog
     66                        layout in Internet Explorer.</li>
    6567        </ul>
    6668        <p>
    6769                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/fckdialog.html

     
    8686document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;
    8787
    8888// Sets the language direction.
    89 var langDir = document.documentElement.dir = E.FCKLang.Dir ;
     89var langDir = E.FCKLang.Dir ;
    9090
    9191// For IE6-, the fck_dialog_ie6.js is loaded, used to fix limitations in the browser.
    9292if ( FCKBrowserInfo.IsIE && !FCKBrowserInfo.IsIE7 )
     
    578578        // Program entry point.
    579579        window.Init = function()
    580580        {
     581                $( 'contents' ).dir = langDir;
     582
    581583                // Start the throbber timer.
    582584                Throbber.Show( 1000 ) ;
    583585
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy