Ticket #4035: 4035.patch

File 4035.patch, 1.3 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/clipboard/dialogs/paste.js

     
    1111                title : editor.lang.clipboard.title,
    1212
    1313                minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 370 : 350,
    14                 minHeight : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 250 : 240,
     14                minHeight : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 250 : 245,
    1515                htmlToLoad : '<!doctype html><script type="text/javascript">'
    1616                                + 'window.onload = function()'
    1717                                + '{'
  • 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/4035">#4035</a> : [IE6] Paste dialog size was too small.</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