Ticket #4057: 4057.patch

File 4057.patch, 1.3 KB (added by Garry Yao, 15 years ago)
  • _source/plugins/htmldataprocessor/plugin.js

     
    149152                                // Remove empty link but not empty anchor.(#3829)
    150153                                a : function( element )
    151154                                {
    152                                         if ( !( element.children.length || element.attributes.name ) )
     155                                        if ( !( element.children.length ||
     156                                                        element.attributes.name ||
     157                                                        element.attributes._cke_saved_name ) )
    153158                                                return false;
    154159                                }
    155160                        },
  • CHANGES.html

     
    162162                        ckeditor2.html test case.</li>
    163163                <li><a href="http://dev.fckeditor.net/ticket/3989">#3989</a> : Host page horizontal scrolling a lot when on having righ-to-left direction.</li>
    164164                <li><a href="http://dev.fckeditor.net/ticket/4001">#4001</a> : Create link around existing image result incorrect.</li>
     165                <li><a href="http://dev.fckeditor.net/ticket/4057">#4057</a> : Fixed anchor is lost after switch between editing modes.</li>
    165166        </ul>
    166167        <h3>
    167168                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy