Code

Updated
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 1 May 2010 16:49:03 +0000 (16:49 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 1 May 2010 16:49:03 +0000 (16:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18010 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/include/gosa.js

index e0b4f986aeb4601cdf4c8485f0df6660300cbe44..61096caea5852b440c784a371721e012525760a6 100644 (file)
@@ -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';