Description of problem:

Steps to reproduce:
1. Use jQuery version of tinyMce
2. Write 3 lines
3. Select them all and click the unordered or ordered list button
4. click on the second line
5. click on the indent button
6. read the HTML source

Expected result:

ul>
li>111
ul>
li>222 /li>
/ul>
/li>
li>333 /li>
/ul>

Actual result:
ul>
li>111 /li>
ul>
li>222 /li>
/ul>
li>333 /li>
/ul>

Comments

twod’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

Can you check if applying the patch in #682160: Lists don't work and activating the plugin helps?

twod’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Activating the "List Normalizer" plugin (or "lists" plugin in the TinyMCE internals) does fix the problem and correctly places the nested inside the li tag.