Opened 14 years ago
Closed 14 years ago
#6316 closed Bug (wontfix)
List indent fix structure
Reported by: | Martin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0 |
Keywords: | Cc: |
Description
Let`s assume we have direction from left to right
- Open empty editor
- Create UL\OL list with some text in LI items
- Select all
- Click 'Decrease indent'
- UL\OL will be consume by editor and there left only LI items text
You can reproduce this bug in reverse order mean in direction from right to left
My purpose to resolve this issue is disable decrease\increase indent button\action when this action have no sense
Bug is reproductive in enviroments and CKEditor versions:
(Safari) -> 3.0
(FF 3.6) -> 3.4.1
(IE 8) -> 3.0
(Opera 10.62) -> 3.0
Change History (3)
comment:1 Changed 14 years ago by
Keywords: | IE Firefox Opera Safari added; List removed |
---|
comment:2 Changed 14 years ago by
Keywords: | IE Firefox Opera Safari removed |
---|
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is by design. "Decrease indent" should remove the list, while "Increase indent" should create an inner list.