Ticket #4191: 4191.patch
File 4191.patch, 565 bytes (added by , 14 years ago) |
---|
-
_source/plugins/image/dialogs/image.js
447 447 setTimeout( function() 448 448 { 449 449 field.setValue( url ); // And call this.onChange() 450 // Manually set the initial value.(#4191) 451 field.setInitValue(); 450 452 field.focus(); 451 453 }, 0 ); 452 454 }