Opened 16 years ago
Closed 16 years ago
#3144 closed Bug (fixed)
Block styles incorrect with list
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | WorksForMe | Cc: |
Description
Reproducing Procedures
- Open the replace by code example page;
- Make document content and selection as following:
^text <ol> <li>level1</li> <li>^leve1</li> </ol> text^
- Open the Format combo and select 'h1';
- Actual Result : List items were left untouched.
<h1> text</h1> <ol> <li> level1</li> <li> leve1 <ol> <li> level2</li> </ol> </li> </ol> <h1> text </h1>
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | WorksForMe added |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by recent changesets.
I can't reproduce it. Can you confirm it has been fixed?