Ticket #4035: 4035.patch
File 4035.patch, 1.3 KB (added by , 15 years ago) |
---|
-
_source/plugins/clipboard/dialogs/paste.js
11 11 title : editor.lang.clipboard.title, 12 12 13 13 minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 370 : 350, 14 minHeight : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 250 : 24 0,14 minHeight : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 250 : 245, 15 15 htmlToLoad : '<!doctype html><script type="text/javascript">' 16 16 + 'window.onload = function()' 17 17 + '{' -
CHANGES.html
162 162 ckeditor2.html test case.</li> 163 163 <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> 164 164 <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/4035">#4035</a> : [IE6] Paste dialog size was too small.</li> 165 166 </ul> 166 167 <h3> 167 168 CKEditor 3.0 RC</h3>