#8266 closed Bug (fixed)
Chrome: Paste from Word inserts blank line at top.
Reported by: | Keith Hackett | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | Plugin : Paste from Word | Version: | 3.0 |
Keywords: | Webkit Opera IBM | Cc: | satya_minnekanti@… |
Description
In CKEditor 3.61, pasting any content from Word into Chrome 13.078.112 causes extra "blank" line to be inserted before the content.
Steps to replicate: From the CKEditor Demo page, delete the existing content (Ctrl-A and Delete). Then, cut-and-paste content from Word using Ctrl-C then Ctrl-V, the Paste icon, or the Paste from Word icon. Finally, click "Source" to see the code that creates the extra "blank" line that will be inserted on postback.
Example: I copied the phrase "Now is the time for all good men to come to the aid of their country." from Word and pasted into Chrome. Clicking on Source revealed this HTML:
<p>
</p>
<p>
Now is the time for all good men to come to the aid of their country.</p>
Attachments (1)
Change History (7)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Keywords: | Webkit Opera added; Word pasting Chrome removed |
---|---|
Status: | new → confirmed |
Version: | 3.6.1 → 3.0 |
comment:2 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:4 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with new Paste From Word plugin in 4.6.0.
comment:6 Changed 8 years ago by
Milestone: | → CKEditor 4.6.0 |
---|
Result:Paragraph at the top gets inserted. This is reproducible in Webkit and Opera from CKE 3.0.
Notes:
This issue is most likely related to the #8231 (Maybe even a duplicate).