#2135: Null is saved when submiting the form in IE6
---------------------+------------------------------------------------------
 Reporter:  telesto  |        Type:  Bug    
   Status:  new      |    Priority:  Normal 
Milestone:           |   Component:  General
  Version:           |    Keywords:         
---------------------+------------------------------------------------------
 Set the EditorAreaCSS property:
 {{{
 oFCKeditor.Config['EditorAreaCSS'] = 'some/file.css';
 }}}
 in some/file.css is standard css file. Everything ok, no problems...
 But if I write into this file standard css function:
 {{{
 @import url('some/other/file.css');
 }}}
 Everything seems to work fine but that is not true. File was imported
 succesfuly, styles changed according to 'some/other/file.css', but try to
 do this:
 1) Click into FCKeditor area and change some text
 2) Click on Source button (the source code will appear)
 3) Click on Source button again (you will get back into WYSIWYG area) -
 still everything seems fine, style is ok but follow the last step
 4) Click on submit button
 The submited text is now 'null' and everything what was '''really''' in
 the FCKeditor area disappeared forever!!!! Even if everythink looked
 fine...

 For reproducing the bug don't do anythink else than what is described in
 four steps above. When you write something in FCKeditor area after step 3
 the submited text will be ok.

 When I removed the @import function and copied the content of the
 'some/other/file.css' file into 'some/file.css' everything was ok...

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2135>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to