Ticket #3794: 3794.patch

File 3794.patch, 705 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/link/dialogs/link.js

     
    324324                                                                                },
    325325                                                                                onKeyUp : function()
    326326                                                                                {
     327                                                                                        // #3794: The dialog would have been closed after an Enter key up,
     328                                                                                        // because the close dialog happened at Enter key down.
     329                                                                                        if ( this.getInputElement() == null )
     330                                                                                                return;
     331
    327332                                                                                        this.allowOnChange = false;
    328333                                                                                        var     protocolCmb = this.getDialog().getContentElement( 'info', 'protocol' ),
    329334                                                                                                url = this.getValue(),
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy