Ticket #4112: 4112.patch

File 4112.patch, 1.6 KB (added by Tobiasz Cudnik, 15 years ago)
  • CHANGES.html

     
    185185                <li><a href="http://dev.fckeditor.net/ticket/4075">#4075</a> : [IE6/7]Fixed apply custom inline style with "class" attribute failed.</li>
    186186                <li><a href="http://dev.fckeditor.net/ticket/4087">#4087</a> : [Firefox]Fixed extra blocks created on create list when full document selected.</li>
    187187                <li><a href="http://dev.fckeditor.net/ticket/4097">#4097</a> : No undo/redo support for fontColor and backgroundColor buttons.</li>
    188                 <li><a href="http://dev.fckeditor.net/ticket/4100">#4100</a> : [IE]Fixed Navigation keyset has no effect on panel.</li>
     188                <li><a href="http://dev.fckeditor.net/ticket/4100">#4100</a> : [IE]Fixed Navigation keyset has no effect on panel.</li>
     189                <li><a href="http://dev.fckeditor.net/ticket/4112">#4112</a> : [FF] Paste dialog had scrollbars in quirks.</li>
    189190        </ul>
    190191        <h3>
    191192                CKEditor 3.0 RC</h3>
  • _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 : 245,
     14                minHeight : CKEDITOR.env.quirks ? 250 : 245,
    1515                htmlToLoad : '<!doctype html><script type="text/javascript">'
    1616                                + 'window.onload = function()'
    1717                                + '{'
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy