Ticket #7262: support_for_pre_wrapped_lists_from_word.patch

File support_for_pre_wrapped_lists_from_word.patch, 660 bytes (added by Tomas, 14 years ago)

patch

  • default.js

     
    773773                                                        elementMigrateFilter( config[ 'format_' + ( config.enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) ] )( element );
    774774                                        },
    775775
     776                    'pre' : function( element )
     777                                        {
     778                                                element.filterChildren();
     779
     780                                                // Is the pre actually a list item?
     781                                                if ( resolveListItem( element ) )
     782                                                        return;
     783
     784                                        },
     785
    776786                                        'div' : function( element )
    777787                                        {
    778788                                                // Aligned table with no text surrounded is represented by a wrapper div, from which
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy