Parcourir la source

Remove auto focus of share input field on dialog open, fix #15261 (#15960)

Remove auto focus of share input field on dialog open, fix #15261
John Molakvoæ il y a 4 ans
Parent
commit
94e4ce38cf

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
core/js/dist/share_backend.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
core/js/dist/share_backend.js.map


+ 0 - 6
core/js/sharedialogview.js

@@ -1038,12 +1038,6 @@
 			this._toggleLoading(false);
 			if (!this._loadingOnce) {
 				this._loadingOnce = true;
-				// the first time, focus on the share field after the spinner disappeared
-				if (!OC.Util.isIE()) {
-					_.defer(function () {
-						self.$('.shareWithField').focus();
-					});
-				}
 			}
 		},
 

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff