From 1401003a10eb328995b92351e9f716fce705dfc8 Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Fri, 15 Jun 2012 12:41:34 +0000 Subject: #7938 Added reference to #8971 to the javadoc svn changeset:23950/svn branch:6.8 --- src/com/vaadin/ui/Window.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 347f2725fe..32415433ad 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -1622,6 +1622,9 @@ public class Window extends Panel implements URIHandler, ParameterHandler, * sub-windows only. If the window is resized as a result of the size of its * content changing, it will keep itself centered as long as its position is * not explicitly changed programmatically or by the user. + *

+ * NOTE: This method has several issues as currently implemented. + * Please refer to http://dev.vaadin.com/ticket/8971 for details. */ public void center() { centerRequested = true; -- cgit v1.2.3