Changeset 2323

Show
Ignore:
Timestamp:
2008-08-04 05:01:59 (20 months ago)
Author:
martinkou
Message:

Fixed #2426 : Fixed the issue where it has become impossible to switch between editor areas with a single click.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fckselection_ie.js

    r2256 r2323  
    261261                { 
    262262                        // 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' ) 
    264264                        { 
    265265                                FCK.IsSelectionChangeLocked = false ; 
  • FCKeditor/trunk/_whatsnew.html

    r2319 r2323  
    6767                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2410">#2410</a>] Hindi    
    6868                        language file has been updated.</li> 
    69                  
     69                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] Fixed the issue 
     70                        where it has become impossible to switch between editor areas with a single click.</li> 
    7071        </ul> 
    7172        <h3>