Ticket #2291 (closed Bug: duplicate)
[FF3] simple copy & paste from Word document - extra code not stripped
| Reported by: | icedblind | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.3 |
| Component: | General | Version: | FCKeditor 2.6.1 |
| Keywords: | Confirmed | Cc: |
Description
You can check this bug by yourself trying to copy and paste (CTRL+C/V) some text from a Microsoft Word document using first FF2 and after FF3 in Demo FCKeditor pages.
In FF3, viewing the source code of the copied text, you can see some extra information that in FF2 is stripped (meta tags, xml and style definitions):
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta content="Word.Document" name="ProgId" /> <meta content="Microsoft Word 11" name="Generator" /> <meta content="Microsoft Word 11" name="Originator" /> <link href="file:///[...]" rel="File-List" /><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> [...] </xml><![endif]--><style type="text/css"> <!-- /* Style Definitions */ [...] </style> <![endif]-->
Change History
Note: See
TracTickets for help on using
tickets.