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
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item8455: span elements in list items confuses TinyMCE list button action
in raw edit, write a few lists elements, some containing Macros and others without. Save. Then, in wysiwyg edit, click the unordered list icon. for non PROECTED elements, this will alternativly de-lst and re-list that element (though breaking the element into a new list rather than into the surrounding list :/ ). On the Protected element's line, it toggles between adding a sublist and removing it.
* one
* two
* another %USERNAME%
* %WIKINAME%
* banana
--
SvenDowideit - 02 Feb 2010
When these types of problems occur, I check whether removing
forced_root_block: false from
TINYMCEPLUGIN_INIT affects it.
--
PaulHarvey - 02 Feb 2010
Cool - I see what's happening: TinyMCE is dutifully creating a new ul around the span element. Nice
Obviously it's missing some logic to detect that the span really belongs to a text node that's already a list item, instead of creating a new list.
Re-assigning to
TinyMCEPlugin
--
PaulHarvey - 25 Jun 2010