﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
410	[ Firefox ]  Any dialog box is not showed properly (ok, cancel buttons lost)	Bakyt Niyazov	Martin Kou	"Here is my suggestion for fix :)

I've fixed it by opening fckeditor/fckdialog.html

1. step

''find''
{{{
<table height=""100%"" cellspacing=""0"" cellpadding=""0"" width=""100%"" border=""0"">
}}}
''change it to''
{{{
<table id=""_fckpopup_main_table"" height=""100%"" cellspacing=""0"" cellpadding=""0"" width=""83%"" border=""0"">
}}}

2. step

add the following code right before closing BODY tag
{{{
<!--[if IE]>
	<script type=""text/javascript"">
		var x = document.getElementById(""_fckpopup_main_table"");
		x.width = ""100%"";
	</script>
<![endif]-->
}}}

HTH!
"	Bug	closed	Normal	FCKeditor 2.6	General	FCKeditor 2.4.2	fixed		priebe@… smpdawg@… franp@…
