#2864: Implement the insert and remove numbered list and bullet list commands.
--------------------------+-------------------------------------------------
 Reporter:  martinkou     |       Owner:  martinkou   
     Type:  Task          |      Status:  assigned    
 Priority:  Normal        |   Milestone:  CKEditor 3.0
Component:  Core : Lists  |     Version:  SVN         
 Keywords:  Review?       |  
--------------------------+-------------------------------------------------
Changes (by martinkou):

  * keywords:  => Review?


Comment:

 The patch must be applied in conjunction with the patch to #2871.

 Things fixed or modified in addition to adding the list command:
  1. Added the selectionSet event to CKEDITOR.dom.selection objects, which
 is fired when functions like selectRanges() or selectBookmarks() are
 fired.
  2. The editor will now fire selectionChanged event automatically if
 selections are changed via code.
  3. Added CKEDITOR.dom.node::getCommonAncestor().
  4. Fixed the issue in CKEDITOR.dom.domObject::getCustomData() where if
 the custom data value is 0 or "", the function will incorrectly treat the
 value as not set and return null.
  5. Added CKEDITOR.dom.domObject::removeCustomData().
  6. Added setMarker(), clearAllMarkers() and clearMarkers() under
 CKEDITOR.dom.element, these functions will be used in other modules like
 indent and blockquote.
  7. Added moveChildren(), replace(), trim(), ltrim(), rtrim(), getFirst(),
 getLast(), getDocument(), getChildCount(), getChild(), contains() under
 CKEDITOR.dom.documentFragment prototype.
  8. Added CKEDITOR.tools.bind(), duplicated from Garry's patch in #2768.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2864#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to