﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
580	Full screen in IE frame uses width of window instead of frame	Douglas Blood		"If you ""Maximize the editor size"" in IE when the fckeditor is in a frame it will have a wider width than the screen.

 
### Replacement function for fckeditorcode_ie.js ###
FCKTools.GetViewPaneSize=function(A){var B;var C=A.document.body;if (C&&C.clientWidth) B=C;else B=top.document.body;if (B) return { Width:B.clientWidth,Height:B.clientHeight };else return { Width:0,Height:0 };};"	Bug	closed	Normal	FCKeditor 2.5 Beta	General		fixed		
