Skip to content

Commit

Permalink
Remove auto-focus on certain input fields (#27105)
Browse files Browse the repository at this point in the history
* Add bowser.js lib, remove autofocus on input certain input fields if browser is msie

* Update sharedialoglinkshareview.js

* Update sharedialogview.js

* Add OC.isIE deprecated func, replace handmade iOS and MacOS checks

* fix indentation
  • Loading branch information
felixheidecke committed Feb 15, 2017
1 parent 31a2084 commit 42ccc41
Show file tree
Hide file tree
Showing 5 changed files with 355 additions and 337 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#2.3.0",
"base64": "0.3.0",
"clipboard": "1.5.12",
"browser-update": "^2.0.1"
"browser-update": "^2.0.1",
"bowser": "browser#^1.6.0"
}
}
3 changes: 2 additions & 1 deletion core/js/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"backbone/backbone.js",
"es6-promise/dist/es6-promise.js",
"davclient.js/lib/client.js",
"clipboard/dist/clipboard.js"
"clipboard/dist/clipboard.js",
"bowser/src/bowser.js"
],
"libraries": [
"jquery-showpassword.js",
Expand Down
Loading

0 comments on commit 42ccc41

Please sign in to comment.