Opened 14 years ago
Last modified 12 years ago
#7006 confirmed Bug
Issues with decrease & Increase Indent on Numbered & Bulleted lists
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, joek, James Cunningham |
Description
To reproduce the defect:
- Create a numbered list with 1 list item.
- Create a separate bulleted list with 1 list item.
- Press CTRL + A and then press decrease indent
Expecetd Result:
Numbered and Bulleted list gets removed and list items are converted in to paragraphs.
Actual Result:
Nothing happens visually but <p> tags are added inside the <li> tags.
In FF, if you press increase indent, only the text gets indented. The bullets/numbers remain on the left of the page. Again <p> tags are added inside the <li> tags.
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → Core : Lists |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
comment:2 Changed 14 years ago by
Status: | confirmed → new |
---|
The expected result is against the current design of editor's indentation feature (which always perform on individual blocks) unless we had a reason to review and change our current implementation.
comment:3 Changed 14 years ago by
Status: | new → confirmed |
---|
We should be able to handle this limitation with the new domiterator plugin.
comment:4 Changed 12 years ago by
Cc: | damo,joek,jamescun → damo, joek, jamescun |
---|
I was still bale to reproduce this problem in CKEditor 4.0 (v4) and current master
Result of above TC