Item8455: span elements in list items confuses TinyMCE list button action

pencil
Priority: Normal
Current State: No Action Required
Released In: n/a
Target Release: n/a
Applies To: Engine
Component: TinyMCEPlugin
Branches:
Reported By: SvenDowideit
Waiting For:
Last Change By: CrawfordCurrie
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

I think this might be fixed on trunk. Other I can't see any difference in behavior of list elements, tested with FF 10.0.3 and Chromium 18.0.1025.151

-- GeorgeClark - 05 May 2012
 

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 No Action Required
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release01x01Checkins
Topic revision: r6 - 20 Jun 2015, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy