Ticket #3409: 3409.patch

File 3409.patch, 513 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                        listItem.appendBogus();
    283286                }
    284287                if ( insertAnchor )
    285288                        listNode.insertBefore( insertAnchor );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy