Opened 14 years ago

Last modified 14 years ago

#6067 closed Bug

FF: copy & paste lists from OpenOffice or StarOffice = empty POST-Data — at Initial Version

Reported by: radioking Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.3.1
Keywords: Cc:

Description

As testcase I use:

###############################################

<?php

if(!isset($_POSTsend?)) {?> <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($_POSTeditor1?);

}

###############################################

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

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy