Merge branch 'MDL-66601-38' of git://github.com/mihailges/moodle into MOODLE_38_STABLE
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+3
-1
@@ -410,7 +410,9 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
focusAfterHide: true,
|
||||
focusOnShowSelector: SELECTORS.INPUTURL
|
||||
});
|
||||
|
||||
// Set a maximum width for the dialog. This will prevent the dialog width to extend beyond the screen width
|
||||
// in cases when the uploaded image has larger width.
|
||||
dialogue.get('boundingBox').setStyle('maxWidth', '90%');
|
||||
// Set the dialogue content, and then show the dialogue.
|
||||
dialogue.set('bodyContent', this._getDialogueContent())
|
||||
.show();
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+3
-1
@@ -410,7 +410,9 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
focusAfterHide: true,
|
||||
focusOnShowSelector: SELECTORS.INPUTURL
|
||||
});
|
||||
|
||||
// Set a maximum width for the dialog. This will prevent the dialog width to extend beyond the screen width
|
||||
// in cases when the uploaded image has larger width.
|
||||
dialogue.get('boundingBox').setStyle('maxWidth', '90%');
|
||||
// Set the dialogue content, and then show the dialogue.
|
||||
dialogue.set('bodyContent', this._getDialogueContent())
|
||||
.show();
|
||||
|
||||
@@ -408,7 +408,9 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
focusAfterHide: true,
|
||||
focusOnShowSelector: SELECTORS.INPUTURL
|
||||
});
|
||||
|
||||
// Set a maximum width for the dialog. This will prevent the dialog width to extend beyond the screen width
|
||||
// in cases when the uploaded image has larger width.
|
||||
dialogue.get('boundingBox').setStyle('maxWidth', '90%');
|
||||
// Set the dialogue content, and then show the dialogue.
|
||||
dialogue.set('bodyContent', this._getDialogueContent())
|
||||
.show();
|
||||
|
||||
Reference in New Issue
Block a user