Browse 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
tags/v17.0.0beta1
John Molakvoæ 4 years ago
parent
commit
94e4ce38cf
No account linked to committer's email address
3 changed files with 2 additions and 8 deletions
  1. 1
    1
      core/js/dist/share_backend.js
  2. 1
    1
      core/js/dist/share_backend.js.map
  3. 0
    6
      core/js/sharedialogview.js

+ 1
- 1
core/js/dist/share_backend.js
File diff suppressed because it is too large
View File


+ 1
- 1
core/js/dist/share_backend.js.map
File diff suppressed because it is too large
View File


+ 0
- 6
core/js/sharedialogview.js View File

@@ -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();
});
}
}
},


Loading…
Cancel
Save