Opened 13 years ago
Closed 13 years ago
#8372 closed Bug (fixed)
Pasting Text and bulleting it causes all lines to be wrapped in single bullet instead of each line being bulleted
Reported by: | Michael Camden | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0 |
Keywords: | Chrome | Cc: | mcamden@… |
Description
Pasting three paragraphs of text, and applying a bullet to the lines seems to cause CKEDITOR to create a single bullet which wraps the content, and then multiple empty bullets for the other lines.
Steps to reproduce:
- Access ckeditor.com/demo
- Clear out the content.
- Copy and paste the attached document using, CTRL+C/CTRL+V
- Select all the text and apply a bulleted list
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | Investigation.docx added |
---|
comment:1 Changed 13 years ago by
Keywords: | chrome bullet windows 7 removed |
---|---|
Status: | new → confirmed |
Version: | 3.6 → 3.0 |
To reproduce:
- Open docx, select its contents and press CRTL+C
- Open replace by code sample
- Press CRTL+A
- Press BACKSPACE ONCE
- Paste the docx contents using CRTL+V
- Press CRTL+A and click bulleted list
Result: All paragraphs are inside one li
In step 4 if you press backspace couple of times the problem is gone.
comment:2 Changed 13 years ago by
Keywords: | Chrome added |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
It seems to be working across all CKEditor versions. I guess that new Chrome 15 has fixed the issue.
Content for the bug