summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2012-08-03 07:50:53 +0000
committerArtur Signell <artur.signell@itmill.com>2012-08-03 07:50:53 +0000
commit9c5e234d7aae214772f2459c43cfc61e7851af11 (patch)
tree992dccd22cbcc2fa33dc22a50eab1fae32ddf758 /src/com/vaadin
parent36e5097b6078b82c0a7a8a3055505d4c15904894 (diff)
downloadvaadin-framework-9c5e234d7aae214772f2459c43cfc61e7851af11.tar.gz
vaadin-framework-9c5e234d7aae214772f2459c43cfc61e7851af11.zip
Ensure notification notifies VOverlay about its position (#6219, #8399)
svn changeset:24050/svn branch:6.8
Diffstat (limited to 'src/com/vaadin')
-rw-r--r--src/com/vaadin/terminal/gwt/client/ui/VNotification.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ui/VNotification.java b/src/com/vaadin/terminal/gwt/client/ui/VNotification.java
index 4166148a25..e56a458147 100644
--- a/src/com/vaadin/terminal/gwt/client/ui/VNotification.java
+++ b/src/com/vaadin/terminal/gwt/client/ui/VNotification.java
@@ -154,6 +154,7 @@ public class VNotification extends VOverlay {
super.show();
notifications.add(this);
setPosition(position);
+ sizeOrPositionUpdated();
/**
* Android 4 fails to render notifications correctly without a little
* nudge (#8551)