Opened 16 years ago
Closed 13 years ago
#3247 closed Bug (fixed)
Unable to increase indent on list
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Make the following content with the selection;
<ul> <li>^text</li> </ul>
- Check the 'Increase Indent command'.
- Actual Result: The 'Increase Indent' command is disabled.
- Expected Result : The command is enabled, and after click on the command, the content will become:
<ul style="margin-left: 40px;"> <li> text</li> </ul>
Change History (4)
comment:1 Changed 16 years ago by
Summary: | Indent problem within first list item → Unable to increase indent on list |
---|
comment:2 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.x |
---|
comment:3 Changed 14 years ago by
Milestone: | CKEditor 3.x |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is no longer reproducible in any browser (tested under CKE 3.6.3)
Milestone CKEditor 3.x deleted