Ticket #3409: 3409_2.patch

File 3409_2.patch, 544 bytes (added by Josh Nisly, 15 years ago)
  • _source/plugins/list/plugin.js

     
    280280                        contentBlock.moveChildren( listItem );
    281281                        contentBlock.remove();
    282282                        listItem.appendTo( listNode );
     283
     284                        // Append a bogus BR to force the LI to render at full height
     285                        if ( !CKEDITOR.env.ie )
     286                                listItem.appendBogus();
    283287                }
    284288                if ( insertAnchor )
    285289                        listNode.insertBefore( insertAnchor );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy