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

Priority: CurrentState: AppliesTo: Component: WaitingFor:
Normal Confirmed Engine TinyMCEPlugin Main.PaulHarvey
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 smile

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
 

ItemTemplate edit

Summary span elements in list items confuses TinyMCE list button action
ReportedBy SvenDowideit
Codebase
SVN Range
AppliesTo Engine
Component TinyMCEPlugin
Priority Normal
CurrentState Confirmed
WaitingFor PaulHarvey
Checkins
TargetRelease n/a
ReleasedIn
Topic revision: r3 - 25 Jun 2010 - 13:02:13 - PaulHarvey
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads