From: cajus Date: Sat, 1 May 2010 16:49:03 +0000 (+0000) Subject: Updated X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0328c3391a2a7dea52bbc1ea4dc605a7f289a605;p=gosa.git Updated git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18010 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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';