#3243: Apply inline style within list item problem
-----------------------+----------------------------------------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: new
Priority: High | Milestone: CKEditor 3.0
Component: General | Version:
Keywords: |
-----------------------+----------------------------------------------------
=== Reproducing Procedures ===
1. Open the ''replace by class'' example page;
1. Make the following content with selection:
{{{
<ul>
<li>^text^</li>
<li>text</li>
</ul>
}}}
1. Click on 'Bold' to apply style
* Actual Result:
{{{
<ol>
<li>
<strong>text</strong></li>
<li>
<strong>text</strong><br />
</li>
</ol>
}}}
* Expected Result :
{{{
<ol>
<li>
<strong>dddddd</strong></li>
<li>
dddd</li>
</ol>
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/3243>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac