id summary reporter owner description type status priority milestone component version resolution keywords cc 2376 FCKeditor should remember the last selection position when it loses focus in IE. Martin Kou Martin Kou "IE has a long standing bug in which it allows only a single selection position to exist within a window, no matter how many iframes and different pages are opened inside. This causes an annoying problem with FCK.InsertHtml(): 1. Open sample01.html in IE. 1. Put the caret or selection in the middle of the text. 1. Click on somewhere outside of the FCKeditor widget. 1. Type in the address bar: {{{ javascript: alert(frames[0].FCK.InsertHtml('abcd')); }}} 5. The ""abcd"" is inserted at the beginning of the document, which isn't right. It should be possible to use the onbeforedeactivate event to save the selection position before FCKeditor is defocused." Bug closed Normal FCKeditor 2.6.3 General SVN (FCKeditor) - Retired fixed Confirmed IE Review+