Merge "Resize save dialog after showing captcha"

This commit is contained in:
jenkins-bot 2016-12-13 17:19:20 +00:00 committed by Gerrit Code Review
commit dc897662bf

View file

@ -852,6 +852,8 @@ ve.init.mw.ArticleTarget.prototype.saveErrorCaptcha = function ( editApi ) {
this.saveDialog.showMessage( 'api-save-error', $captchaDiv );
this.saveDialog.popPending();
this.saveDialog.updateSize();
this.captcha.input.focus();
this.emit( 'saveErrorCaptcha' );