Ticket #4118: 4118.patch

File 4118.patch, 1.4 KB (added by Frederico Caldeira Knabben, 15 years ago)
  • _source/plugins/dialog/plugin.js

     
    14741474
    14751475                dialog.parts.title.on( 'mousedown', function( evt )
    14761476                        {
     1477                                dialog._.updateSize = true;
     1478
    14771479                                lastCoords = { x : evt.data.$.screenX, y : evt.data.$.screenY };
    14781480
    14791481                                CKEDITOR.document.on( 'mousemove', mouseMoveHandler );
  • CHANGES.html

     
    190190                <li><a href="http://dev.fckeditor.net/ticket/4092">#4092</a> : [IE6] Close button was missing for dialog without multiple tabs.</li>
    191191                <li><a href="http://dev.fckeditor.net/ticket/4003">#4003</a> : Markup on the image dialog was disrupted when removing the border input.</li>
    192192                <li><a href="http://dev.fckeditor.net/ticket/4096">#4096</a> : Editor content area was pushed down in IE RTL quirks.</li>
    193                 <li><a href="http://dev.fckeditor.net/ticket/4112">#4112</a> : [FF] Paste dialog had scrollbars in quirks.</li>
     193                <li><a href="http://dev.fckeditor.net/ticket/4112">#4112</a> : [FF] Paste dialog had scrollbars in quirks.</li>
     194                <li><a href="http://dev.fckeditor.net/ticket/4118">#4118</a> : Dialog dragging was
     195                        occasionally behaving strangely .</li>
    194196        </ul>
    195197        <h3>
    196198                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy