summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/src/com/vaadin/client/ui/VPopupView.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/ui/VPopupView.java b/client/src/com/vaadin/client/ui/VPopupView.java
index 00e39532db..384cb006ce 100644
--- a/client/src/com/vaadin/client/ui/VPopupView.java
+++ b/client/src/com/vaadin/client/ui/VPopupView.java
@@ -102,7 +102,8 @@ public class VPopupView extends HTML implements Iterable<Widget> {
}
});
- popup.setAnimationEnabled(true);
+ // TODO: Enable animations once GWT fix has been merged
+ popup.setAnimationEnabled(false);
popup.setAutoHideOnHistoryEventsEnabled(false);
}