Opened 8 years ago
Closed 8 years ago
#16826 closed Bug (fixed)
[IE] Lists pasted from Word gets an extra paragraph
Reported by: | Marek Lewandowski | Owned by: | Marek Lewandowski |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.0 |
Component: | Plugin : Paste from Word | Version: | 4.6.0 |
Keywords: | Cc: |
Description
- Create new Word document, and make a simple, flat ordered list.
- Copy the list.
- Paste it into CKEditor.
Expected
List should be pasted without p
inside li
to have better consistency with other browsers.
Actual
Lists get pasted with additional paragraph inside li
element.
Details
Now the reason why this happens is because IE in fact puts paragraphs inside li
elements (which is not a HTML violation by itself).
Change History (4)
comment:1 Changed 8 years ago by
Owner: | set to Marek Lewandowski |
---|---|
Status: | new → assigned |
Version: | 4.7.0 (GitHub - major) → 4.6.0 |
comment:2 Changed 8 years ago by
Status: | assigned → review |
---|
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
LGTM.
Fixed with git:b99fcc27fe8fdbd465da4d0acb464a4ac18eacba.
Pushed to t/16826.