NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item1341: TinyMCE converts TML lettered & roman numeral lists back to numbered lists.
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
TinyMCEPlugin |
|
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