#3374: Indenting list item remove subsequent item
-------------------------+--------------------------------------------------
Reporter: highjinx_53 | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone:
Component: General | Version: CKEditor 3.0 Beta 2
Keywords: |
-------------------------+--------------------------------------------------
* Open the replace by class example.
* Make the following content by using the Source button:
{{{
<ul>
<li>
Item 1
<ul>
<li>
Item 2</li>
<li>
Item 3</li>
</ul>
</li>
<li>
Item 4<br />
</li>
</ul>
}}}
* Place the cursor after the 3 in "Item 3".
* Choose increase indent. Expected result:
{{{
<ul>
<li>
Item 1
<ul>
<li>
Item 2
<ul>
<li>
Item 3</li>
</ul>
</li>
</ul>
</li>
<li>
Item 4<br />
</li>
</ul>
}}}
* Actual result:
{{{
<ul>
<li>
Item 1
<ul>
<li>
Item 2</li>
<li>
Item 3</li>
</ul>
</li>
</ul>
}}}
This can be reproduced with any of the nightly samples.
--
Ticket URL: <http://dev.fckeditor.net/ticket/3374>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac