Ticket #6715: 6715.patch

File 6715.patch, 676 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/list/plugin.js

     
    114114                                        else
    115115                                        {
    116116                                                // Create completely new blocks here.
    117                                                 if ( dir || item.element.hasAttributes() ||
    118                                                         ( paragraphMode != CKEDITOR.ENTER_BR && item.grandparent.getName() != 'td' ) )
     117                                                if ( dir || item.element.hasAttributes() || paragraphMode != CKEDITOR.ENTER_BR )
    119118                                                {
    120119                                                        currentListItem = doc.createElement( paragraphName );
    121120                                                        item.element.copyAttributes( currentListItem, { type:1, value:1 } );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy