﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3114	V3: IE7 opening of the toolbar dropdown controls fires the onbeforeunload event	mike890	Garry Yao	"In V2 it worked fine but in V3 opening of the toolbar dropdown controls fires the windiw.onbeforeunload. To reproduce this bug simply add the following JS code and try to open a toolbar dropdown. Probably it happens because the new version uses IFrame for the dropdown content.

{{{
<script>
window.onbeforeunload = function() {
	alert(""window.onbeforeunload"");
		//if(CKEDITOR.instances[""content""].checkDirty())
		//	return ""Page has not been saved!"";
	}
</script>
}}}"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General	3.0 Beta	fixed	Confirmed IE Review+	mike890
