From 2a7d3dd83191647bd6e84d522bce09aa5392b207 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 17 May 2016 22:57:07 +0200 Subject: [PATCH] dont update search onResize this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box. --- apps/files/js/filelist.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index ef29a4844b..58c07c60f9 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -507,8 +507,6 @@ this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10); this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth()); - - this.updateSearch(); }, /**