summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-06-15 12:41:34 +0000
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-06-15 12:41:34 +0000
commit1401003a10eb328995b92351e9f716fce705dfc8 (patch)
tree164261394baff29d778646a20f41d900954717e4
parent087f7666d59f10884ead2cb085c8df372d4f509f (diff)
downloadvaadin-framework-1401003a10eb328995b92351e9f716fce705dfc8.tar.gz
vaadin-framework-1401003a10eb328995b92351e9f716fce705dfc8.zip
#7938 Added reference to #8971 to the javadoc
svn changeset:23950/svn branch:6.8
-rw-r--r--src/com/vaadin/ui/Window.java3
1 files changed, 3 insertions, 0 deletions
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.
+ * <p>
+ * <b>NOTE:</b> This method has several issues as currently implemented.
+ * Please refer to http://dev.vaadin.com/ticket/8971 for details.
*/
public void center() {
centerRequested = true;