Opened 16 years ago
Closed 16 years ago
#3243 closed Bug (worksforme)
Apply inline style within list item problem
Reported by: | Garry Yao | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Make the following content with selection:
<ul> <li>^text^</li> <li>text</li> </ul>
- Click on 'Bold' to apply style
- Actual Result:
<ol> <li> <strong>text</strong></li> <li> <strong>text</strong><br /> </li> </ol>
- Actual Result:
- Expected Result :
<ol> <li> <strong>dddddd</strong></li> <li> dddd</li> </ol>
Attachments (1)
Change History (3)
comment:1 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | test-basicstyles-within-list.patch added |
---|
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
I've confirmed with Garry that he test case works now with the current trunk. So closing the ticket as worksforme.
Unit Test Case