﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2306	error loading the correct type from fckstyles.xml on firefox	tamposis		"I read this fixed issue 
[#1426] Fixed the error loading fckstyles.xml in servers which cannot return the correct content type header for .xml files.
but when i test in firefox (version 3 and 1.0.14)  didnt working.

I add in '''fckstyles.xml''' the code
	<Style name=""Table on Right"" element=""table"">
		<Attribute name=""style"" value=""padding: 5px; margin-left: 5px"" />
		<Attribute name=""border"" value=""2"" />
		<Attribute name=""align"" value=""right"" />
	</Style>	
in internet explorer 6 when i choose style from editor return the exactly ''Table on Right'' and working fine but when i doing the same in firefox and choose style didnt return the style ''Table on Right'' which i create in '''fckstyles.xml'''.

Also i did some tests with image type and i found some differences in explorer and firefox when i choose HTML source and finally didnt working .

'''Image Sample style'''
	<Style name=""Image on center"" element=""img"">
		<Attribute name=""style"" value=""padding: 30px;"" />
		<Attribute name=""border"" value=""1"" />
		<Attribute name=""align"" value=""center"" />
	</Style>"	Bug	closed	Normal		Core : Styles	FCKeditor 2.6.1	duplicate		
