#2135: Null is saved when submiting the form in IE6
---------------------------------+------------------------------------------
Reporter: telesto | Owner: martinkou
Type: Bug | Status: assigned
Priority: Normal | Milestone: FCKeditor 2.6.3
Component: Core : Output Data | Version: SVN
Resolution: | Keywords: Confirmed IE
---------------------------------+------------------------------------------
Comment(by martinkou):
This issue seems to be caused by slow loading imported CSS files.
I've got a method that can always reproduce this bug:
1. Set IE's cache to check for new version of the page on every visit.
1. Rename cssfile.css to cssfile.php.
1. Change the contents of cssfile.php to the following:
{{{
<?php
sleep(1);
header('Content-type: text/css');
?>
* { color: red; }
}}}
4. Change the import line in sample02.css to import cssfile.php.
5. Open sample02.html in IE.
6. Wait until the WYSIWYG text appears, switch to Source mode. Just keep
trying if you have an error.
7. Switch back to WYSIWYG mode.
8. When the WYSIWYG text apepars again, press "Submit".
9. You've submitted "null".
--
Ticket URL: <http://dev.fckeditor.net/ticket/2135#comment:6>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac