Opened 16 years ago
Last modified 16 years ago
#3093 closed Bug
Block style problem with list item — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Review+ | Cc: |
Description (last modified by )
This happened to all block style function.
Procedures
- Open the replace by code example page;
- Initial the document with the following content and selection:
^ <p>text</p> <ol> <li>level1 <ul> <li>level2</li> </ul> </li> </ol> ^
- Click on stylesCombo to open drop-down, select Blue Title option.
- Actual Result: The second level list item is not formatted.
<h3 style="color: Blue;"> text</h3> <ol> <li> <h3 style="color: Blue;"> level1</h3> <ul> <li> level2</li> </ul> </li> </ol>
Change History (1)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Summary: | plugin:stylesCombo problem with list item → Block style problem with list item |