From d6faffb32f8cadbb99f89282e970ac21ed0cd15d Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 29 Feb 2016 22:17:25 +0000 Subject: [PATCH] Revert r55136, it did not work --- calendar/js/app.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index b25600e46a..0e149b66a0 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -3269,15 +3269,6 @@ app.classes.calendar = AppJS.extend( buttons.position({my: 'center', at: 'center', of: go_button}) .css('left', ''); } - // Try to fix sidebox's FF+Safari / mac weird position of bottom arrow problem - // As far as I can tell, they get the position of the ..._outerdiv wrong - // so we force a layout - if(window.navigator.userAgent.match('Macintosh')) - { - window.setTimeout(function() { - $j('.egw_fw_ui_scrollarea_outerdiv')[0].scrollIntoView(); - }, 0); - } } catch (e){ // Resize didn't work }