Ticket #3825: 3825.patch

File 3825.patch, 2.1 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/wsc/dialogs/tmpFrameset.html

     
    2424
    2525function tryLoad()
    2626{
    27         var opener = window.parent;
     27        opener = window.parent;
    2828
    29     // get access to global parameters
    30     var oParams = window.opener.oldFramesetPageParams ;
     29        // get access to global parameters
     30        var oParams = window.opener.oldFramesetPageParams;
    3131
    32     // make frameset rows string prepare
    33     var sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ;
    34     document.getElementById( 'itFrameset' ).rows = sFramesetRows ;
     32        // make frameset rows string prepare
     33        var sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ;
     34        document.getElementById( 'itFrameset' ).rows = sFramesetRows ;
    3535
    36     // dynamic including init frames and crossdomain transport code
    37     // from config sproxy_js_frameset url
    38     var addScriptUrl = oParams.sproxy_js_frameset ;
    39     doLoadScript( addScriptUrl ) ;
     36        // dynamic including init frames and crossdomain transport code
     37        // from config sproxy_js_frameset url
     38        var addScriptUrl = oParams.sproxy_js_frameset ;
     39        doLoadScript( addScriptUrl ) ;
    4040}
    4141
    4242        </script>
  • CHANGES.html

     
    8484                <li><a href="http://dev.fckeditor.net/ticket/3834">#3834</a> : Context menu on table caption was incorrect.</li>
    8585                <li><a href="http://dev.fckeditor.net/ticket/3812">#3812</a> : Fixed an issue in which the editor
    8686                        may show up empty or uneditable in IE7, 8 and Firefox 3.</li>
     87                <li><a href="http://dev.fckeditor.net/ticket/3825">#3825</a> : Fixed JS error when opening spellingcheck.</li>
    8788        </ul>
    8889        <h3>
    8990                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy