﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2598	Image Properties Dialog not applying BodyClass to Image Preview body element.	Pauline Perren		"The Image Preview textarea in the Image Properties dialog doesn't have any classes associated with the body element for the preview pane.  This can mean that the preview is unviewable and may not match the site's theme.

This can be fixed by adding the line:    
{{{
document.body.className = FCKConfig.BodyClass;
}}}

In the ''window.onLoad'' function in the file:  ''editor/dialog/fck_imagefck_image_preview.html.''

I'm not a javascript programmer though and I haven't looked very deeply into the code for this application so it might not be the best way.

"	Bug	closed	Normal		UI : Dialogs	FCKeditor 2.6.3	invalid		
