Changeset 1963

Show
Ignore:
Timestamp:
2008-05-08 11:09:45 (4 months ago)
Author:
martinkou
Message:

Fixed #2125 : Fixed the issue that FCK.InsertHtml() doesn't insert contents at the caret position when dialogs are opened in IE.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

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

    r1795 r1963  
    151151 
    152152//      FCK.Focus() ; 
     153        FCKSelection.Restore() ; 
    153154        FCK.EditorWindow.focus() ; 
    154155 
  • FCKeditor/trunk/_whatsnew.html

    r1962 r1963  
    6969                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed Ctrl-Insert hotkey 
    7070                        for copying.</li> 
     71                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed the issue that  
     72                        FCK.InsertHtml() doesn't insert contents at the caret position when dialogs are opened in IE. 
     73                        </li> 
    7174        </ul> 
    7275        <h3>