Ticket #6236: 6236.patch

File 6236.patch, 675 bytes (added by Paweł Horzela, 14 years ago)

Patch

  • _source/plugins/list/plugin.js

     
    3333                        for ( var i = 0, count = listNode.getChildCount() ; i < count ; i++ )
    3434                        {
    3535                                var listItem = listNode.getChild( i );
     36                               
     37                                // #6236
     38                                if( listItem.$.nodeName.toLowerCase() == 'ol' && CKEDITOR.env.ie )
     39                                {
     40                                        CKEDITOR.plugins.list.listToArray( listItem, database, baseArray, baseIndentLevel + 1 );
     41                                }
    3642
    3743                                // It may be a text node or some funny stuff.
    3844                                if ( listItem.$.nodeName.toLowerCase() != 'li' )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy