Opened 14 years ago
Closed 13 years ago
#6071 closed Bug (fixed)
FF: garbage preamble while copy & paste of a list from Open Office
Reported by: | radioking | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
Using the nightly build (d/l some Minutes ago) I get this in Editor-Textfield and (after submission) POST-Data-Textfield while copy & paste a bulleted list from Open Office in Firefox:
<p> </p> <meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE" /> <title></title> <meta content="OpenOffice.org 3.2 (Win32)" name="GENERATOR" /> <style type="text/css"> <!--{cke_protected}{C}%3C!%2D%2D%0A%09%09%40page%20%7B%20margin%3A%202cm%20%7D%0A%09%09P%20%7B%20margin-bottom%3A%200.21cm%20%7D%0A%09%2D%2D%3E--></style> <ul> <li> <p style="margin-bottom: 0cm;"> Eins</p> </li> <li> <p style="margin-bottom: 0cm;"> zwei</p> </li> <li> <p style="margin-bottom: 0cm;"> drei</p> </li> </ul>
Environment: Windows XP Professional Version 2002 SP3 (same on Linux) Firefox 3.3.6 OpenOffice 3.2.1
Change History (2)
comment:1 Changed 14 years ago by
Component: | General → Core : Pasting |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Checked under latest CKEditor 3.2.1 and the issue seems to be gone.