Ticket #4203: 4203.patch

File 4203.patch, 1.3 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/sourcearea/plugin.js

     
    6464                                                                                        textarea.show();
    6565                                                                                };
    6666                                                                        editor.on( 'resize', onResize );
     67                                                                        editor.on( 'afterCommandExec', function( event )
     68                                                                        {
     69                                                                                if ( event.data.name == 'toolbarCollapse' )
     70                                                                                        onResize();
     71                                                                        });
    6772                                                                        styles.height = holderElement.$.clientHeight + 'px';
    6873                                                                }
    6974                                                        }
  • CHANGES.html

     
    6464                <li><a href="http://dev.fckeditor.net/ticket/3568">#3568</a> : Dialogs now select all text when tabbing to text inputs.</li>
    6565                <li><a href="http://dev.fckeditor.net/ticket/3727">#3727</a> : Cell Properties dialog was missing color selection option.</li>
    6666                <li><a href="http://dev.fckeditor.net/ticket/3517">#3517</a> : Fixed "Match cyclic" field in Find & Replace dialog.</li>
     67                <li><a href="http://dev.fckeditor.net/ticket/4203">#4203</a> : In IE quirksmode + toolbar collapsed + source mode editing block height was incorrect.</li>
    6768        </ul>
    6869        <h3>
    6970                CKEditor 3.0</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy