Ticket #4036: 4036.patch
File 4036.patch, 1.3 KB (added by , 14 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
34 34 var selIsLocked = selection.isLocked; 35 35 36 36 if ( selIsLocked ) 37 selection.unlock( );37 selection.unlock( true ); 38 38 39 39 var $sel = selection.getNative(); 40 40 if ( $sel.type == 'Control' ) … … 66 66 var selIsLocked = selection.isLocked; 67 67 68 68 if ( selIsLocked ) 69 selection.unlock( );69 selection.unlock( true ); 70 70 71 71 var range, clone, lastElement, bookmark; 72 72 -
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/4036">#4036</a> : Fixed inserting form fields among text cause error.</li> 165 166 </ul> 166 167 <h3> 167 168 CKEditor 3.0 RC</h3>