#3312: It's not possible to remove list on empty <li> ENTER
-------------------------------+--------------------------------------------
 Reporter:  fredck             |       Owner:  garry.yao   
     Type:  Bug                |      Status:  assigned    
 Priority:  Normal             |   Milestone:  CKEditor 3.0
Component:  General            |     Version:              
 Keywords:  Confirmed Review-  |  
-------------------------------+--------------------------------------------
Changes (by fredck):

  * keywords:  Confirmed Review? => Confirmed Review-


Comment:

 Ok you are correct of course. But, the private getNextEditableElement is
 not needed at all. It's called only once, to set the editableElement var
 value. There is no need for all that complications: {{{editableElement =
 walker.next();}}}

 In any case, this doesn't look like the correct approach. The correct
 behavior is having an empty paragraph being created after the list.
 Actually, we should "outdent" the list. In V2, we do that by using the
 list functions, but in V3 those are into separated plugins. So, we must
 create a plugin dependence here, and make the enterkey plugin use the
 relative code from indent plugin (we must probably expose the functions to
 public there). the V2 implementation should be checked.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3312#comment:6>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to