Ticket #2426: 2426.patch
File 2426.patch, 1.2 KB (added by , 16 years ago) |
---|
-
_whatsnew.html
64 64 </li> 65 65 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2411">#2411</a>] Fixed the issue 66 66 where insert anchor no longer works for non-empty selections.</li> 67 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] Fixed the issue 68 where it has become impossible to switch between editor areas with a single click.</li> 67 69 </ul> 68 70 <h3> 69 71 Version 2.6.3 Beta</h3> -
editor/_source/internals/fckselection_ie.js
260 260 try 261 261 { 262 262 // Don't repeat the restore process if the editor document is already selected. 263 if ( this._GetSelectionDocument( FCK.EditorDocument.selection ) == FCK.EditorDocument)263 if ( String( this._GetSelectionDocument( FCK.EditorDocument.selection ).body.contentEditable ) == 'true' ) 264 264 { 265 265 FCK.IsSelectionChangeLocked = false ; 266 266 return ;