Ticket #4191: 4191.patch

File 4191.patch, 565 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/image/dialogs/image.js

     
    447447                                                                                                        setTimeout( function()
    448448                                                                                                                {
    449449                                                                                                                        field.setValue( url );          // And call this.onChange()
     450                                                                                                                        // Manually set the initial value.(#4191)
     451                                                                                                                        field.setInitValue();
    450452                                                                                                                        field.focus();
    451453                                                                                                                }, 0 );
    452454                                                                                                }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy