From: Artur Signell Date: Fri, 3 Aug 2012 07:50:53 +0000 (+0000) Subject: Ensure notification notifies VOverlay about its position (#6219, #8399) X-Git-Tag: 7.0.0.beta1~79^2~49 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c5e234d7aae214772f2459c43cfc61e7851af11;p=vaadin-framework.git Ensure notification notifies VOverlay about its position (#6219, #8399) svn changeset:24050/svn branch:6.8 --- 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)