From b046062c939ff96753cc84360767e2444784f1f4 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 20 Dec 2011 11:45:52 +0000 Subject: [PATCH] #5655 Javadoc that the size is only updated on full repaint svn changeset:22458/svn branch:6.8 --- src/com/vaadin/terminal/gwt/server/WebBrowser.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/com/vaadin/terminal/gwt/server/WebBrowser.java b/src/com/vaadin/terminal/gwt/server/WebBrowser.java index cb83d93a72..a57a4c65d2 100644 --- a/src/com/vaadin/terminal/gwt/server/WebBrowser.java +++ b/src/com/vaadin/terminal/gwt/server/WebBrowser.java @@ -65,7 +65,10 @@ public class WebBrowser implements Terminal { } /** - * Gets the height of the client (browser window) + * Gets the height of the client (browser window). + *

+ * Note that the client size is only updated on a full repaint, not when the + * browser window size changes * * @return The height of the client or 0 if unknown. */ @@ -75,6 +78,9 @@ public class WebBrowser implements Terminal { /** * Gets the width of the client (browser window) + *

+ * Note that the client size is only updated on a full repaint, not when the + * browser window size changes * * @return The width of the client or 0 if unknown. */ -- 2.39.5