I am currently experiencing problems with bulleted/numbered lists in CKEditor 3.0.1. I have several bullet points and different indentation levels. When I attempt to highlight and replace text at the 2nd indented level, the text always seems to appear at the 1st level (it's parent). I expect the text I am typing to continue on the 2nd indented level bullet list. Here are the steps to reproduce:
1. Enter the following HTML into a valid CKEditor field, using Source button
<ul>
<li>
Level 1 text
<ul>
<li>
Level 2 text</li>
<li>
Level 2 text more</li>
</ul>
</li>
<li>
Some more text</li>
</ul>
2. Now highlight both "Level 2 text" and "Level 2 text more".
3. Start typing new text to replace the selected text.
4. Notice the new text starts at the end of "Level 1 text". The expected behavior is to continue the new text at the 2nd level list and replace the text.
Any help on this issue is appreciated.
1. Enter the following HTML into a valid CKEditor field, using Source button
<ul>
<li>
Level 1 text
<ul>
<li>
Level 2 text</li>
<li>
Level 2 text more</li>
</ul>
</li>
<li>
Some more text</li>
</ul>
2. Now highlight both "Level 2 text" and "Level 2 text more".
3. Start typing new text to replace the selected text.
4. Notice the new text starts at the end of "Level 1 text". The expected behavior is to continue the new text at the 2nd level list and replace the text.
Any help on this issue is appreciated.