Opened 16 years ago
Closed 16 years ago
#2306 closed Bug (duplicate)
error loading the correct type from fckstyles.xml on firefox
Reported by: | tamposis | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | FCKeditor 2.6.1 |
Keywords: | Cc: |
Description
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>
Change History (2)
comment:1 Changed 16 years ago by
Milestone: | FCKeditor 2.6.3 |
---|
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
dup of #1053