#6595 closed Bug (fixed)
[IE9] Paste from Word floods line-breaks
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.1 |
Keywords: | IE9 | Cc: |
Description
Occurs in IE9, works well in lower versions.
- Copy the entire contents in the attached .doc file.
- Paste into an empty editor with Ctrl-V.
- Actual Result: Lots of extra lines appeared.
Attachments (2)
Change History (13)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Owner: | set to Paweł Horzela |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 14 years ago by
During pasting from word in IE9 there are some wrong <br> tags passed in data. The <br> tags are never used during processing text pasted from word. Even if we have 'enters' in word document they are always passed as <p>. So we can simply get rid of <br> tags from data pasted from word.
comment:4 Changed 14 years ago by
Status: | assigned → review |
---|
comment:5 Changed 14 years ago by
Milestone: | CKEditor 3.4.3 |
---|---|
Status: | review → review_failed |
Removing all <br> is problematic, as it's used to present SHIFT+ENTER key in MS Word, if there's no regular pattern of such BR could be found, we should instead wait for a IE fix, bug reported at IE.
https://connect.microsoft.com/IE/feedback/details/619925/paste-from-office-word-bug
comment:6 Changed 14 years ago by
Owner: | Paweł Horzela deleted |
---|---|
Status: | review_failed → new |
comment:7 Changed 14 years ago by
Priority: | Normal → High |
---|
comment:9 Changed 14 years ago by
In IE9 Final, pasting content from attached doc, works similar to Chrome, Firefox4 and Opera. I think Ticket could be closed as WFM
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Confirmed it's now fixed in IE9 final.
comment:11 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
Note that the bug is content independent.