#8983 closed Bug (fixed)
Alignment lost when pasting from Word with enterMode = CKEDITOR.ENTER_BR
Reported by: | Teresa Monahan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | Plugin : Paste from Word | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, Satya Minnekanti |
Description
To Reproduce:
- Set enterMode = CKEDITOR.ENTER_BR in your config file.
- Open any sample in a browser and paste in the content from the attached word document.
Problem: Alignment is lost.
Attachments (1)
Change History (7)
Changed 13 years ago by
Attachment: | wordtest_align.doc added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.4 (SVN - trunk) → 3.0 |
comment:2 Changed 12 years ago by
#10039 was marked as duplicate.
Please note that this problem can also be reproduced in CKEditor 4.x (v4).
comment:4 Changed 11 years ago by
Component: | General → 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 |
---|
Reproducible from CKEditor 3.0.
Taking into account that alignment options are available for enterMode_BR and that they wrap selected text in divs with E.g.
style="text-align: right;"
, probably the same should be done for paste event.