From: Michael M Slusarz Date: Thu, 19 Nov 2009 22:49:18 +0000 (-0700) Subject: Fix hiding scrollbar when switching views X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=12ed6620e46593b2086b59c427c099cf84682e85;p=horde.git Fix hiding scrollbar when switching views --- diff --git a/imp/js/ViewPort.js b/imp/js/ViewPort.js index 753b79a51..52812199b 100644 --- a/imp/js/ViewPort.js +++ b/imp/js/ViewPort.js @@ -1225,6 +1225,7 @@ ViewPort_Scroller = Class.create({ clear: function() { this.setSize(0, 0); + this.scrollbar.updateHandleLength(); }, // offset = (integer) Offset to move the scrollbar to