Ticket #2765: 2765_4.patch

File 2765_4.patch, 551 bytes (added by Garry Yao, 15 years ago)
  • _source/core/htmlparser/element.js

     
    112112                        for ( var i = 0, len = attribsArray.length ; i < len ; i++ )
    113113                        {
    114114                                var attrib = attribsArray[ i ];
     115                                // IE's treated expand fields as dom attributes, skip it
     116                                if ( CKEDITOR.env.ie && attrib === '_cke_expando' )
     117                                        continue;
    115118                                writer.attribute( attrib[0], attrib[1] );
    116119                        }
    117120
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy