Ticket #3956: 3956.patch

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

     
    137137                <li><a href="http://dev.fckeditor.net/ticket/3782">#3782</a> : Remove empty list in table cell result in collapsed cell.</li>
    138138                <li>Updated the following language files:<ul>
    139139                        <li><a href="http://dev.fckeditor.net/ticket/3837">#3837</a> : Brazilian Portuguese.</li>
     140                        <li><a href="http://dev.fckeditor.net/ticket/3956">#3956</a> : Fixed About dialog in Source Mode for IE.</li>
    140141                </ul>
    141142                </li>
    142143        </ul>
  • _source/plugins/dialog/plugin.js

     
    547547                 */
    548548                show : function()
    549549                {
    550                         if ( CKEDITOR.env.ie )
     550                        if ( this._.editor.mode == 'wysiwyg' && CKEDITOR.env.ie )
    551551                                this._.editor.getSelection().lock();
    552552
    553553                        // Insert the dialog's element to the root document.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy