﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
933	FCKDomRange.MoveToSelection() crashes in Internet Explorer when editor frame has never been selected	Martin Kou	Martin Kou	"'''Reproduction Procedure:'''[[BR]]
1. Open one of the _samples/html/sample01.html sample in Internet Explorer 6. Do not click on the editor widget.[[BR]]
2. Type in the address bar, the following:
{{{
javascript: void(window.r = new frames[0].FCKDomRange(frames[0].frames[0]));
javascript: void(window.r.MoveToSelection());
}}}
3. A JavaScript error is generated.

'''Why is this important?'''[[BR]]
The same error does not happen in Firefox or Opera. This error makes it necessary to write an extra try... catch... statement in code that deals with selection by DOM Ranges. Moreover, when the MoveToSelection() operation crashes, it might insert trash HTML code to parent document containing the FCKeditor widget, which is nasty."	Bug	closed	Normal		General	SVN (FCKeditor) - Retired	fixed		
