Ticket #2349: rtl_dialog.patch

File rtl_dialog.patch, 734 bytes (added by Dekel, 16 years ago)

Fix for this bug

  • 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
    581582                // Start the throbber timer.
    582583                Throbber.Show( 1000 ) ;
    583584
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy