Ticket #3832: 3832.patch

File 3832.patch, 2.3 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/pastefromword/dialogs/pastefromword.js

     
    2020                                        + 'var dialog = iframe.getCustomData( "dialog" );'
    2121                                        + 'dialog.fire( "iframeAdded", { iframe : iframe } );'
    2222                                + '};'
    23                                 + '</script><style>body { margin: 3px; height: 95%; } </style><body></body>',
     23                                + '</script><style type="text/css">body, html { height: 95%; } body { margin: 2px; }</style><body></body>',
    2424                cleanWord : function( editor, html, ignoreFont, removeStyles )
    2525                {
    2626                        html = html.replace(/<o:p>\s*<\/o:p>/g, '') ;
  • CHANGES.html

     
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    22<!--
    33Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    44For licensing, see LICENSE.html or http://ckeditor.com/license
     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
     47                <li><a href="http://dev.fckeditor.net/ticket/3832">#3832</a> : IE8 Can't always click in the editor and give focus.</li>
    4748                <li><a href="http://dev.fckeditor.net/ticket/3819">#3819</a> : The cursor was not visible
    4849                        when applying style to collapsed selections in Firefox 2.</li>
    4950        </ul>
  • contents.css

     
    1 /*
     1/*
    22Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
     
    1515        /* Remove the background color to make it transparent */
    1616        background-color: #fff;
    1717}
     18
     19/* #3832 IE8 Can't always click in the editor and give focus */
     20body,
     21html
     22{
     23        height: 95%;
     24        /* IE6 */
     25        _height: 85%;
     26}
     27/* END #3832 */
     28
    1829img:-moz-broken
    1930{
    2031        -moz-force-broken-image-icon : 1;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy