jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/345180 )

Change subject: MediaDialog: flag caption widget as being in a dialog
......................................................................


MediaDialog: flag caption widget as being in a dialog

This means that cmd+enter won't add a newline when it closes the dialog.

Bug: T161555
Change-Id: I738c9acf8cce437ce6bc4c8db29f28d1fff3d2c9
---
M modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Jforrester: Looks good to me, approved



diff --git a/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js 
b/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js
index ce26902..e916cad 100644
--- a/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js
+++ b/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js
@@ -241,7 +241,8 @@
                tools: ve.init.target.constructor.static.toolbarGroups,
                includeCommands: this.constructor.static.includeCommands,
                excludeCommands: this.constructor.static.excludeCommands,
-               importRules: this.constructor.static.getImportRules()
+               importRules: this.constructor.static.getImportRules(),
+               inDialog: this.constructor.static.name
        } );
        this.captionFieldset = new OO.ui.FieldsetLayout( {
                $overlay: this.$overlay,

-- 
To view, visit https://gerrit.wikimedia.org/r/345180
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I738c9acf8cce437ce6bc4c8db29f28d1fff3d2c9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: DLynch <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to