Ticket #4074: 4074.patch

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

     
    6969                                indentStep = this.indentClassMap[ indentClass ];
    7070                        }
    7171                        if ( ( this.name == 'outdent' && !indentStep ) ||
    72                                         ( this.name == 'indent' && indentStep == editor.config.indentClass.length ) )
     72                                        ( this.name == 'indent' && indentStep == editor.config.indentClasses.length ) )
    7373                                return setState.call( this, editor, CKEDITOR.TRISTATE_DISABLED );
    7474                        return setState.call( this, editor, CKEDITOR.TRISTATE_OFF );
    7575                }
  • 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/4074">#4074</a> : Indent error with 'indentClasses' config specified.</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