Ticket #4118: 4118.patch
File 4118.patch, 1.4 KB (added by , 14 years ago) |
---|
-
_source/plugins/dialog/plugin.js
1474 1474 1475 1475 dialog.parts.title.on( 'mousedown', function( evt ) 1476 1476 { 1477 dialog._.updateSize = true; 1478 1477 1479 lastCoords = { x : evt.data.$.screenX, y : evt.data.$.screenY }; 1478 1480 1479 1481 CKEDITOR.document.on( 'mousemove', mouseMoveHandler ); -
CHANGES.html
190 190 <li><a href="http://dev.fckeditor.net/ticket/4092">#4092</a> : [IE6] Close button was missing for dialog without multiple tabs.</li> 191 191 <li><a href="http://dev.fckeditor.net/ticket/4003">#4003</a> : Markup on the image dialog was disrupted when removing the border input.</li> 192 192 <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> 194 196 </ul> 195 197 <h3> 196 198 CKEditor 3.0 RC</h3>