Opened 12 years ago
Last modified 8 years ago
#9901 confirmed Bug
Paragraph indentation is applied to list item created for it
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.2.2 |
Keywords: | Cc: |
Description
- Write two paragraphs.
- Indent second one.
- Select both of them.
- Click list button.
- Second list item is intended, but it's not a nested list item.
- Try to outdent it - it is transformed back to paragraph.
In my opinion when paragraph is indented when creating list it should become a nested list item. However, that won't be possible for first paragraph, because it can't become a nested list (at least when indenting first item of a list).
Different solution may be found, but it should be consistent with how indent buttons work for lists and what's possible using them.
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.2.2 |
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
There is another TC. If you paste below list with paragraph above, select whole and increase indent, the paragraph gets populated into list items and text gets indented from bullets.
<p>rrr</p> <ul> <li>rrr <ul> <li>rrr</li> </ul> </li> </ul>
Problem can be reproduced in all browsers from CKEditor 3.2.1 (it is also present in CKE 4.x (v4))