From 0328c3391a2a7dea52bbc1ea4dc605a7f289a605 Mon Sep 17 00:00:00 2001 From: cajus Date: Sat, 1 May 2010 16:49:03 +0000 Subject: [PATCH] Updated git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18010 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/include/gosa.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gosa-core/html/include/gosa.js b/gosa-core/html/include/gosa.js index e0b4f986a..61096caea 100644 --- a/gosa-core/html/include/gosa.js +++ b/gosa-core/html/include/gosa.js @@ -260,7 +260,9 @@ function resizeHandler (e) { contentHeight-= height + 5; } - if (Prototype.Browser.Gecko){ + // For WebKit #3239 has to be resolved by Apple, then it works + // in Webkit / Gecko based browsers + if (Prototype.Browser.Gecko || Prototype.Browser.WebKit){ if ($("d_scrollbody") && $("t_nscrollbody")) { document.getElementById('d_scrollbody').style.height = contentHeight+23+'px'; document.getElementById('t_nscrollbody').style.height = contentHeight+'px'; -- 2.30.2