Ticket #4049: 4049_2.patch

File 4049_2.patch, 1.1 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/skins/kama/skin.js

     
    2222                margins         : [ 0, 0, 0, 0 ],
    2323                init : function( editor )
    2424                {
     25                        if ( editor.config.width && !isNaN( editor.config.width ) )
     26                                editor.config.width -= 12;
     27                       
    2528                        var menuHead;
    2629                        function menuSetUiColor( color )
    2730                        {
  • CHANGES.html

     
    162162                        ckeditor2.html test case.</li>
    163163                <li><a href="http://dev.fckeditor.net/ticket/3989">#3989</a> : Host page horizontal scrolling a lot when on having righ-to-left direction.</li>
    164164                <li><a href="http://dev.fckeditor.net/ticket/4001">#4001</a> : Create link around existing image result incorrect.</li>
     165                <li><a href="http://dev.fckeditor.net/ticket/4049">#4049</a> : Kama skin was too wide with config.width.</li>
    165166        </ul>
    166167        <h3>
    167168                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy