#2306: error loading the correct type from fckstyles.xml on firefox
-----------------------------+----------------------------------------------
 Reporter:  tamposis         |        Type:  Bug          
   Status:  new              |    Priority:  Normal       
Milestone:  FCKeditor 2.6.2  |   Component:  Core : Styles
  Version:  FCKeditor 2.6.1  |    Keywords:               
-----------------------------+----------------------------------------------
 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>

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2306>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to