Ticket #4190: 4190.patch

File 4190.patch, 1.5 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/forms/dialogs/select.js

     
    247247                                                                {
    248248                                                                        if ( name == 'select' )
    249249                                                                                this.setValue( element.getAttribute( 'size' ) || '' );
     250                                                                        if ( CKEDITOR.env.webkit )
     251                                                                                this.getInputElement().setStyle( 'width', '86px' );
    250252                                                                },
    251253                                                                commit : function( element )
    252254                                                                {
     
    523525                                                                {
    524526                                                                        if ( name == 'select' )
    525527                                                                                this.setValue( element.getAttribute( 'multiple' ) );
     528                                                                        if ( CKEDITOR.env.webkit )
     529                                                                                this.getElement().getParent().setStyle( 'vertical-align', 'middle' );
    526530                                                                },
    527531                                                                commit : function( element )
    528532                                                                {
  • 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/3517">#3517</a> : Fixed "Match cyclic" field in Find & Replace dialog.</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