Item1341: TinyMCE converts TML lettered & roman numeral lists back to numbered lists.
Priority: Normal
Current State: Closed
Released In: 1.0.6, 1.1.0
Target Release: patch
Editing the
EditingShorthand topic - discovered that all of the example numbered lists
- Sushi
- Dim Sum
- Fondue
- Sushi
- Dim Sum
- Fondue
- Sushi
- Dim Sum
- Fondue
were converted to
- Sushi
- Dim Sum
- Fondue
- Sushi
- Dim Sum
- Fondue
- Sushi
- Dim Sum
- Fondue
after a round-trip through WYSIWYG Also note that periods were deleted from the markup but are preserved in the rendered view.
--
GeorgeClark - 21 Mar 2009
The WysiwygPlugin emits
li
elements with
type
attributes corresponding to the TML.
It looks like TMCE removes the
type
attribute from the
li
elements.
See
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements#Default_rule_set:
--
MichaelTempest - 20 May 2009