#2407: Applying the div tool from the toolbar to a list screws the list up
--------------------------+-------------------------------------------------
  Reporter:  Exception e  |       Owner:  martinkou           
      Type:  Bug          |      Status:  assigned            
  Priority:  Normal       |   Milestone:  FCKeditor 2.6.4     
 Component:  General      |     Version:  FCKeditor 2.6.3 Beta
Resolution:               |    Keywords:  Confirmed Review-   
--------------------------+-------------------------------------------------
Changes (by alfonsoml):

  * keywords:  Confirmed Review? => Confirmed Review-


Comment:

 This patch breaks the packaged files.

 to fix it I've added a semicolon at the end of the noBlockLeft function:

 {{{
                         var noBlockLeft = function( bqBlock )
                         {
                                 for ( var i = 0 ; i <
 bqBlock.childNodes.length ; i++ )
                                 {
                                         if ( FCKListsLib.BlockElements[
 bqBlock.childNodes[i].nodeName.toLowerCase() ] )
                                                 return false ;
                                 }
                                 return true ;
                         } ;

 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2407#comment:7>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to