﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6067	FF: copy & paste lists from OpenOffice or StarOffice = empty POST-Data	radioking		"As testcase I use:

{{{

<?php

if(!isset($_POST['send']))
{?>
<html>
<head>
	<title>Sample - CKEditor</title>
	<script type=""text/javascript"" src=""ckeditor/3.3.1/ckeditor.js""></script>
</head>
<body>
	<form method=""post"" action=""ckeditor_test.php"">
		<p>
			My Editor:<br />
			<textarea name=""editor1"">&lt;p&gt;Initial value.&lt;/p&gt;</textarea>
			<script type=""text/javascript"">
				CKEDITOR.replace( 'editor1' );
			</script>
		</p>
		<p>
			<input type=""submit"" name=""send"" />
		</p>
	</form>
</body>
</html>
<?php
}
else
{
  print_r($_POST['editor1']);
}

}}}


If I copy a list from OpenOffice or StarOffice into CKEditor Textfield, the list is displayed correctly.

But clicking the submission-button leads to empty POST-Data for this textfield with Firefox.

The method of copy & pasting is irrelevant- it doesn't work for either method.


Environment:

Windows XP Professional Version 2002 SP3 (same on Linux)

Firefox 3.6.6

CKEditor 3.3.1

OpenOffice 3.2.1

StarOffice 8 (Product Update 12)




With Apple MAC we also get an empty POST-Field and _surplus_ this text within the Editor-Textfield instead of a correct list:

Version:1.0 StartHTML:0000000167 EndHTML:0000000654 StartFragment:0000000454 EndFragment:0000000638

Enviroment in this case:

Mac OS X V.10.5.8

Firefox 3.6.8

OpenOffice 3.2.0"	Bug	closed	Normal		Core : Pasting	3.3.1	fixed		
