Ticket #4053: 4053.patch

File 4053.patch, 500 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/forms/plugin.js

     
    120120                {
    121121                        editor.contextMenu.addListener( function( element )
    122122                                {
    123                                         if ( element && element.hasAscendant( 'form' ) )
     123                                        if ( element && element.hasAscendant( 'form', true ) )
    124124                                                return { form : CKEDITOR.TRISTATE_OFF };
    125125                                });
    126126
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy