]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ensure notification notifies VOverlay about its position (#6219, #8399)
authorArtur Signell <artur.signell@itmill.com>
Fri, 3 Aug 2012 07:50:53 +0000 (07:50 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 3 Aug 2012 07:50:53 +0000 (07:50 +0000)
svn changeset:24050/svn branch:6.8

src/com/vaadin/terminal/gwt/client/ui/VNotification.java

index 4166148a25566facb86e2e295ca0de1a37df4409..e56a458147cc3a1a99d58e118514eef532ab22b5 100644 (file)
@@ -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)