Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-2.4
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2011 at 06:22 UTC
Updated:
30 Apr 2012 at 06:28 UTC
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
Comment #1
twodCan you check if applying the patch in #682160: Lists don't work and activating the plugin helps?
Comment #2
twodActivating the "List Normalizer" plugin (or "lists" plugin in the TinyMCE internals) does fix the problem and correctly places the nested inside the li tag.