]> source.dussan.org Git - vaadin-framework.git/commit
Fix overlay animation-in/out for VNotification and PopupView
authorJouni Koivuviita <jouni@vaadin.com>
Thu, 12 Jun 2014 12:44:14 +0000 (15:44 +0300)
committerJouni Koivuviita <jouni@vaadin.com>
Mon, 16 Jun 2014 08:18:58 +0000 (08:18 +0000)
commit825564cf7887383428608c4a11c9d0157b2cd08f
treef88ded6c7149dd023a42fbe0b0266705cbadb686
parenta7db50506a48e36ae5e3f5afdf4b6c5fd71d8745
Fix overlay animation-in/out for VNotification and PopupView

- Notification delay now applied to browsers without CSS animation
support

- PopupView now also supports animation-in and animation-out, and also
shows the “loading” widget when the popup is opened and the server
response takes a little longer. The popupComponentWidget is also kept
in the popup during the animation-out

Change-Id: Idb26d87a8cf75cfa3e145ea670dacc1c87ce75d6
client/src/com/vaadin/client/ui/VNotification.java
client/src/com/vaadin/client/ui/VOverlay.java
client/src/com/vaadin/client/ui/VPopupView.java
client/src/com/vaadin/client/ui/popupview/PopupViewConnector.java