]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed double-scrollbar issue (IE,SA). Should now work as planned both w/ generated...
authorMarc Englund <marc.englund@itmill.com>
Tue, 27 May 2008 08:17:14 +0000 (08:17 +0000)
committerMarc Englund <marc.englund@itmill.com>
Tue, 27 May 2008 08:17:14 +0000 (08:17 +0000)
svn changeset:4643/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/styles.css
src/com/itmill/toolkit/terminal/gwt/server/ApplicationServlet.java

index c68d18a625f262726969d79fc1956bea778ffc9e..d449aa5ba475a43bee1ac80c33ed4ee53eff4800 100644 (file)
@@ -5,7 +5,7 @@
        height:100%;
        border:0;
        margin:0;
-       overflow:auto;
+       overflow:hidden;
 }
 .i-app {
        background: #e9eced;
@@ -24,7 +24,7 @@
        outline: none;
        margin-top:-1px;
        border-top:1px solid transparent;
-}
+}\r
 
 .i-view:active, .i-view:focus { 
        outline: none;
index 3c6a7b3cf058c827296bd29c4da2d27206a39fe0..8a7058c1d6ddc15d02552cab7b22c5839fea17a1 100644 (file)
@@ -96,7 +96,7 @@
        height:100%;
        border:0;
        margin:0;
-       overflow:auto;
+       overflow:hidden;
 }
 .i-app {
        background: #e9eced;
index 27972119ba028e369f233d416c1604090af1067f..bcaedf111bf15a3561d41b9a0133dd7c12bf7e7d 100644 (file)
@@ -794,7 +794,8 @@ public class ApplicationServlet extends HttpServlet {
                 writeTestingToolsScripts(page, request);
             }
 
-            page.write("\n</head>\n<body class=\"i-generated-body\">\n");
+            page
+                    .write("\n</head>\n<body scroll=\"auto\" class=\"i-generated-body\">\n");
         }
 
         String appId = appUrl;