Ticket #4084: 4084.patch

File 4084.patch, 1.1 KB (added by Tobiasz Cudnik, 15 years ago)
  • 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/4084">#4084</a> : In Firefox image dialog using Kama skin was sticked to left viewport border.</li>
    165166        </ul>
    166167        <h3>
    167168                CKEditor 3.0 RC</h3>
  • _source/plugins/dialog/plugin.js

     
    659659                                        this.foreach( function( contentObj ) { contentObj.setInitValue && contentObj.setInitValue(); } );
    660660
    661661                                },
    662                                 100, this );
     662                                500, this );
    663663                },
    664664
    665665                /**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy